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

Unified Diff: third_party/WebKit/public/web/WebSerializedScriptValueVersion.h

Issue 2798083003: Added kV8MajorVersion.
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/web/WebSerializedScriptValueVersion.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSerializedScriptValueVersion.h
diff --git a/third_party/WebKit/public/web/WebSerializedScriptValueVersion.h b/third_party/WebKit/public/web/WebSerializedScriptValueVersion.h
index a808ae23fedda2fd79b7392ff8e258f50049c2c9..90f2e4a2fbd2fb2bcb93a734f428286899819a78 100644
--- a/third_party/WebKit/public/web/WebSerializedScriptValueVersion.h
+++ b/third_party/WebKit/public/web/WebSerializedScriptValueVersion.h
@@ -40,6 +40,9 @@ namespace blink {
// before deserializing individual values.
const unsigned kSerializedScriptValueVersion = 16;
+// The major version of V8 currently linked with Blink.
+const unsigned kV8MajorVersion = 5;
+
} // namespace blink
#endif // WebSerializedScriptValueVersion_h
« no previous file with comments | « third_party/WebKit/Source/web/WebSerializedScriptValueVersion.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698