| 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 58c44b81e649f66914e3bb3715c031256346d896..a906758155669fc9ab74446dd42bec267dae5735 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -396,6 +396,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;
|
|
|