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

Unified Diff: src/objects.h

Issue 2799943002: Handle ExternalStrings directly in the serializer without ObjectVisitor. (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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 646cba771ba94a46e8851ddac2e6c0663145c7b2..211f0a7adc6d913df525ced95dd3b6d17e02fe0c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -10198,12 +10198,6 @@ class ObjectVisitor BASE_EMBEDDED {
// Visits a runtime entry in the instruction stream.
virtual void VisitRuntimeEntry(RelocInfo* rinfo) {}
- // Visits the resource of an one-byte or two-byte string.
- virtual void VisitExternalOneByteString(
- v8::String::ExternalOneByteStringResource** resource) {}
- virtual void VisitExternalTwoByteString(
- v8::String::ExternalStringResource** resource) {}
-
// Visits a debug call target in the instruction stream.
virtual void VisitDebugTarget(RelocInfo* rinfo);

Powered by Google App Engine
This is Rietveld 408576698