Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2749503002: [wasm] enable wasm structured cloning in specific cases (Closed)
Patch Set: async Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698