提交 b07892e5 编写于 作者: H Hixie

Specs: Somehow I forgot to make CustomEventTarget inherit from EventTarget.

BUG=6

Review URL: https://codereview.chromium.org/678053002
上级 db048f01
......@@ -31,7 +31,7 @@ module 'sky:core' {
void removeEventListener(String type, EventListener listener); // O(N) in event listeners with that type
}
interface CustomEventTarget {
interface CustomEventTarget : EventTarget {
constructor (); // O(1)
attribute EventTarget parentNode; // getter O(1), setter O(N) in height of tree, throws if this would make a loop
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册