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

Unified Diff: content/browser/indexed_db/indexed_db_data_format_version.cc

Issue 2801053003: Use the compile-time constant for v8::ValueSerializer format version. (Closed)
Patch Set: revert 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 | « content/browser/indexed_db/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_data_format_version.cc
diff --git a/content/browser/indexed_db/indexed_db_data_format_version.cc b/content/browser/indexed_db/indexed_db_data_format_version.cc
index b8a363cea5a842e5fef824103704e14158845297..b23f82d7a26c24a7ec9b6923ca18af05d3948f54 100644
--- a/content/browser/indexed_db/indexed_db_data_format_version.cc
+++ b/content/browser/indexed_db/indexed_db_data_format_version.cc
@@ -5,12 +5,13 @@
#include "content/browser/indexed_db/indexed_db_data_format_version.h"
#include "third_party/WebKit/public/web/WebSerializedScriptValueVersion.h"
+#include "v8/include/v8-value-serializer-version.h"
namespace content {
// static
IndexedDBDataFormatVersion IndexedDBDataFormatVersion::current_(
- 0,
+ v8::CurrentValueSerializerFormatVersion(),
blink::kSerializedScriptValueVersion);
} // namespace content
« no previous file with comments | « content/browser/indexed_db/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698