| 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 {
|
|
|