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

Unified Diff: third_party/WebCore/dom/CustomEvent.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « third_party/WebCore/dom/CustomElementConstructor.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/CustomEvent.idl
diff --git a/third_party/WebCore/dom/CustomEvent.idl b/third_party/WebCore/dom/CustomEvent.idl
index 474f3c5c3069296f002693af7280e6e1ddad5139..58b81d3a11660d89820815a915451bde59fa6b34 100644
--- a/third_party/WebCore/dom/CustomEvent.idl
+++ b/third_party/WebCore/dom/CustomEvent.idl
@@ -28,12 +28,12 @@
[
ConstructorTemplate=Event
] interface CustomEvent : Event {
- [InitializedByEventConstructor, V8Custom] readonly attribute DOMObject detail;
+ [InitializedByEventConstructor, V8Custom] readonly attribute any detail;
void initCustomEvent(in [Optional=DefaultIsUndefined] DOMString typeArg,
in [Optional=DefaultIsUndefined] boolean canBubbleArg,
in [Optional=DefaultIsUndefined] boolean cancelableArg,
- in [Optional=DefaultIsUndefined] DOMObject detailArg);
+ in [Optional=DefaultIsUndefined] any detailArg);
};
#endif
« no previous file with comments | « third_party/WebCore/dom/CustomElementConstructor.idl ('k') | third_party/WebCore/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698