| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index f62929bcd5ecdda55052fd5f583ca730b82e4d09..818a342565497047d68edbcf86f21faa06d66e8d 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -405,6 +405,10 @@ class Internals final : public GarbageCollected<Internals>,
|
| DOMArrayBuffer* serializeObject(PassRefPtr<SerializedScriptValue>) const;
|
| PassRefPtr<SerializedScriptValue> deserializeBuffer(DOMArrayBuffer*) const;
|
|
|
| + DOMArrayBuffer* serializeWithInlineWasm(ScriptValue) const;
|
| + ScriptValue deserializeBufferContainingWasm(ScriptState*,
|
| + DOMArrayBuffer*) const;
|
| +
|
| String getCurrentCursorInfo();
|
|
|
| bool cursorUpdatePending() const;
|
|
|