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

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

Issue 2767243002: Sync SerializedScriptValue::wireFormatVersion with V8ScriptValueSerializer. (Closed)
Patch Set: Merge branch 'master' into ssv-version 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
index fd55ed11e479271bd23f6e1a21e148ba2d7704fd..a2482f12b791b59af4a494b06cf2c898e49c9da9 100644
--- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
@@ -71,7 +71,9 @@ class CORE_EXPORT SerializedScriptValue
// Version 8: File.lastModified in milliseconds (seconds-based in earlier
// versions.)
// Version 9: Added Map and Set support.
- static const uint32_t wireFormatVersion = 9;
+ // [versions skipped]
+ // Version 16: Separate versioning between V8 and Blink.
+ static const uint32_t wireFormatVersion = 16;
struct SerializeOptions {
STACK_ALLOCATED();
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698