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

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

Issue 2749503002: [wasm] enable wasm structured cloning in specific cases (Closed)
Patch Set: fixed idb test 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 779c73fd7948604cec52b269cbef4468a2234c4f..a6f4cf6eaccd5b0c0c309c24263326df3c1ea4da 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -261,6 +261,10 @@
SerializedScriptValue deserializeBuffer(ArrayBuffer buffer);
ArrayBuffer serializeObject(SerializedScriptValue obj);
+ [CallWith=ScriptState] any deserializeBufferContainingWasm(ArrayBuffer buffer);
jbroman 2017/03/27 18:50:52 Easy to change later, but if we want this, maybe g
Mircea Trofin 2017/03/27 20:52:33 We don't have a scenario for configurations - let'
jbroman 2017/03/28 15:27:25 Acknowledged.
+ ArrayBuffer serializeWithInlineWasm(any obj);
+
+
void forceReload(boolean endToEnd);
DOMString getImageSourceURL(Element element);

Powered by Google App Engine
This is Rietveld 408576698