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; |
}; |
- |