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

Unified Diff: Source/core/events/ErrorEvent.idl

Issue 1167623002: Sync some event interfaces with the HTML spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 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 | « Source/core/events/BeforeUnloadEvent.idl ('k') | Source/core/events/HashChangeEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ErrorEvent.idl
diff --git a/Source/core/events/ErrorEvent.idl b/Source/core/events/ErrorEvent.idl
index 325d068dabc0c3559e5de2d24066802ea1c9d103..a26bac625bc44de1e3e9c7155ffe9b6ce7f617f7 100644
--- a/Source/core/events/ErrorEvent.idl
+++ b/Source/core/events/ErrorEvent.idl
@@ -32,6 +32,7 @@
[
Constructor(DOMString type, optional ErrorEventInit eventInitDict),
+ // TODO(philipj): Exposed=(Window,Worker)
] interface ErrorEvent : Event {
readonly attribute DOMString message;
readonly attribute DOMString filename;
@@ -39,4 +40,3 @@
readonly attribute unsigned long colno;
[Custom=Getter] readonly attribute any error;
};
-
« no previous file with comments | « Source/core/events/BeforeUnloadEvent.idl ('k') | Source/core/events/HashChangeEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698