| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index cafc80aa9be1b211eabd2bbd43a84caab846a47d..2372ba768375409d21f4bcbb2b55debbdb4dc06d 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -264,6 +264,10 @@
|
| SerializedScriptValue deserializeBuffer(ArrayBuffer buffer);
|
| ArrayBuffer serializeObject(SerializedScriptValue obj);
|
|
|
| + [CallWith=ScriptState] any deserializeBufferContainingWasm(ArrayBuffer buffer);
|
| + ArrayBuffer serializeWithInlineWasm(any obj);
|
| +
|
| +
|
| void forceReload(boolean endToEnd);
|
|
|
| DOMString getImageSourceURL(Element element);
|
|
|