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

Unified Diff: core/events/ErrorEvent.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/events/CustomEvent.idl ('k') | core/events/Event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/ErrorEvent.idl
diff --git a/core/events/ErrorEvent.idl b/core/events/ErrorEvent.idl
index 1a5d21a8c3d2b89da9459b6af2d27a5760a1e7ca..ad122859002899c966451cb6c679891dea3cc3da 100644
--- a/core/events/ErrorEvent.idl
+++ b/core/events/ErrorEvent.idl
@@ -29,12 +29,12 @@
*/
[
- ConstructorTemplate=Event
+ EventConstructor,
] interface ErrorEvent : Event {
[InitializedByEventConstructor] readonly attribute DOMString message;
[InitializedByEventConstructor] readonly attribute DOMString filename;
[InitializedByEventConstructor] readonly attribute unsigned long lineno;
[InitializedByEventConstructor] readonly attribute unsigned long colno;
- [CustomGetter, InitializedByEventConstructor, Unserializable] readonly attribute any error;
+ [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;
};
« no previous file with comments | « core/events/CustomEvent.idl ('k') | core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698