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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h

Issue 2405153003: [wasm] support for recompilation if deserialization fails (Closed)
Patch Set: uncompiled->wire Created 4 years, 2 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/bindings/core/v8/ScriptValueSerializer.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
index 7d7e66cc16f3a114d560d55b1ee262a456ffeae8..e9d10283eb9d4c259a030877582d7d24120d39ef 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
@@ -122,6 +122,8 @@ class CORE_EXPORT SerializedScriptValueWriter {
void writeFalse();
void writeBooleanObject(bool value);
void writeOneByteString(v8::Local<v8::String>&);
+ void writeRawStringBytes(v8::Local<v8::String>&);
+ void writeUtf8String(v8::Local<v8::String>&);
void writeUCharString(v8::Local<v8::String>&);
void writeStringObject(const char* data, int length);
void writeWebCoreString(const String&);

Powered by Google App Engine
This is Rietveld 408576698