| 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 b3e23692c0e08841de13755f5e25aee043d73a2f..ef08250734ffc79b194980ec8243eeb3448ac52e 100644
|
| --- a/third_party/WebCore/Modules/intents/Intent.idl
|
| +++ b/third_party/WebCore/Modules/intents/Intent.idl
|
| @@ -26,7 +26,7 @@
|
| module window {
|
| interface [
|
| Conditional=WEB_INTENTS,
|
| - Constructor(in DOMString action, in DOMString type, in [Optional=DefaultIsNullString] SerializedScriptValue data),
|
| + Constructor(in DOMString action, in DOMString type, in [Optional=DefaultIsNullString, TransferList=transferList] SerializedScriptValue data, in [Optional=DefaultIsUndefined] Array transferList),
|
| ConstructorRaisesException
|
| ] Intent {
|
| readonly attribute DOMString action;
|
|
|