Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: sky/specs/apis.md

Issue 678053002: Specs: Somehow I forgot to make CustomEventTarget inherit from EventTarget. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/apis.md
diff --git a/sky/specs/apis.md b/sky/specs/apis.md
index 1195fd502962a485260aaed22b2951948c523048..765d674de1c9d0039a8ae101acac03d13f964b0d 100644
--- a/sky/specs/apis.md
+++ b/sky/specs/apis.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698