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

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

Issue 2749503002: [wasm] enable wasm structured cloning in specific cases (Closed)
Patch Set: moved frame.html 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.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);

Powered by Google App Engine
This is Rietveld 408576698