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

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

Issue 1205973002: Support structured cloning of ES'15 Map and Set (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add new test for Map/Set serialization format Created 5 years, 6 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 | « Source/bindings/core/v8/SerializationTag.h ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/SerializedScriptValue.h
diff --git a/Source/bindings/core/v8/SerializedScriptValue.h b/Source/bindings/core/v8/SerializedScriptValue.h
index 9cccebb2ad009ad0d1a637b51dd24a9381f46de8..92b23df41eee79d4d123994d0a4051dcf2f2b08c 100644
--- a/Source/bindings/core/v8/SerializedScriptValue.h
+++ b/Source/bindings/core/v8/SerializedScriptValue.h
@@ -66,7 +66,8 @@ public:
// Version 6: Added indexed serialization for File, Blob, and FileList.
// Version 7: Extended File serialization with user visibility.
// Version 8: File.lastModified in milliseconds (seconds-based in earlier versions.)
- static const uint32_t wireFormatVersion = 8;
+ // Version 9: Added Map and Set support.
+ static const uint32_t wireFormatVersion = 9;
// VarInt encoding constants.
static const int varIntShift = 7;
« no previous file with comments | « Source/bindings/core/v8/SerializationTag.h ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698