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

Unified Diff: third_party/WebCore/Modules/intents/Intent.idl

Issue 10358016: Roll IDL to multivm@477 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
Index: third_party/WebCore/Modules/intents/Intent.idl
diff --git a/third_party/WebCore/Modules/intents/Intent.idl b/third_party/WebCore/Modules/intents/Intent.idl
index ef08250734ffc79b194980ec8243eeb3448ac52e..92657b4e6ce60f079952464016365b87091495e5 100644
--- a/third_party/WebCore/Modules/intents/Intent.idl
+++ b/third_party/WebCore/Modules/intents/Intent.idl
@@ -26,6 +26,7 @@
module window {
interface [
Conditional=WEB_INTENTS,
+ CustomConstructor,
Constructor(in DOMString action, in DOMString type, in [Optional=DefaultIsNullString, TransferList=transferList] SerializedScriptValue data, in [Optional=DefaultIsUndefined] Array transferList),
ConstructorRaisesException
] Intent {

Powered by Google App Engine
This is Rietveld 408576698