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

Unified Diff: core/events/CustomEvent.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/CompositionEvent.idl ('k') | core/events/ErrorEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/CustomEvent.idl
diff --git a/core/events/CustomEvent.idl b/core/events/CustomEvent.idl
index 0afe8fecb3b43229007ac71fb763a0e699d04011..4ad348b3126903515d4be1c39d1f68abec2aa6f2 100644
--- a/core/events/CustomEvent.idl
+++ b/core/events/CustomEvent.idl
@@ -24,9 +24,9 @@
*/
[
- ConstructorTemplate=Event
+ EventConstructor,
] interface CustomEvent : Event {
- [CustomGetter, InitializedByEventConstructor] readonly attribute any detail;
+ [Custom=Getter, InitializedByEventConstructor] readonly attribute any detail;
[Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
[Default=Undefined] optional boolean canBubbleArg,
« no previous file with comments | « core/events/CompositionEvent.idl ('k') | core/events/ErrorEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698