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

Unified Diff: sky/engine/core/events/CustomEvent.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/engine/core/events/CustomEvent.cpp ('k') | sky/engine/core/events/ErrorEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/CustomEvent.idl
diff --git a/sky/engine/core/events/CustomEvent.idl b/sky/engine/core/events/CustomEvent.idl
index 4ad348b3126903515d4be1c39d1f68abec2aa6f2..c388618c1b54952e723ad0f9fb08adc41f70a488 100644
--- a/sky/engine/core/events/CustomEvent.idl
+++ b/sky/engine/core/events/CustomEvent.idl
@@ -26,10 +26,4 @@
[
EventConstructor,
] interface CustomEvent : Event {
- [Custom=Getter, InitializedByEventConstructor] readonly attribute any detail;
-
- [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
- [Default=Undefined] optional boolean canBubbleArg,
- [Default=Undefined] optional boolean cancelableArg,
- [Default=Undefined] optional any detailArg);
};
« no previous file with comments | « sky/engine/core/events/CustomEvent.cpp ('k') | sky/engine/core/events/ErrorEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698