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

Unified Diff: src/api.cc

Issue 2804643006: Expose the ValueSerializer data format version as a compile-time constant. (Closed)
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 | « include/v8-value-serializer-version.h ('k') | src/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 589a42d58ead1787a65805018478c4d186785010..8489b29a12662c44655ec5468149d4803a3daa1c 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -3128,11 +3128,6 @@ struct ValueSerializer::PrivateData {
i::ValueSerializer serializer;
};
-// static
-uint32_t ValueSerializer::GetCurrentDataFormatVersion() {
- return i::ValueSerializer::GetCurrentDataFormatVersion();
-}
-
ValueSerializer::ValueSerializer(Isolate* isolate)
: ValueSerializer(isolate, nullptr) {}
« no previous file with comments | « include/v8-value-serializer-version.h ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698