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

Unified Diff: src/api.cc

Issue 2478863002: Remove the deprecated ValueSerializer::ReadHeader overload with no context parameter. (Closed)
Patch Set: Created 4 years, 1 month 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.h ('k') | no next file » | 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 838f52f8032d092f49b1d06afd18638b9e9f9800..ca0c59bab9dfe7e3a45c5be273b965b2c4c40720 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -3099,11 +3099,6 @@ Maybe<bool> ValueDeserializer::ReadHeader(Local<Context> context) {
return Just(true);
}
-Maybe<bool> ValueDeserializer::ReadHeader() {
- Isolate* isolate = reinterpret_cast<Isolate*>(private_->isolate);
- return ReadHeader(isolate->GetEnteredContext());
-}
-
void ValueDeserializer::SetSupportsLegacyWireFormat(
bool supports_legacy_wire_format) {
private_->supports_legacy_wire_format = supports_legacy_wire_format;
« no previous file with comments | « include/v8.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698