| Index: third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl b/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
|
| index c4b886a192fd0450dd4017fc198676a3e5dde214..facf7cba85824a05dd381fd23ae0ddbbb8e4721e 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestSerializedScriptValueInterface.idl
|
| @@ -34,6 +34,7 @@ module test {
|
| attribute SerializedScriptValue value;
|
| readonly attribute SerializedScriptValue readonlyValue;
|
| attribute [CachedAttribute] SerializedScriptValue cachedValue;
|
| + readonly attribute MessagePortArray ports;
|
| readonly attribute [CachedAttribute] SerializedScriptValue cachedReadonlyValue;
|
| void acceptTransferList(in [TransferList=transferList] SerializedScriptValue data, in [Optional] Array transferList);
|
| void multiTransferList(in [Optional, TransferList=tx] SerializedScriptValue first, in [Optional] Array tx, in [Optional, TransferList=txx] SerializedScriptValue second, in [Optional] Array txx);
|
|
|