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

Unified Diff: runtime/vm/symbols.cc

Issue 1838373002: Remove unnecessary isolate argument from some visitors (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Cleanup Created 4 years, 9 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 | « runtime/vm/snapshot.cc ('k') | runtime/vm/verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.cc
diff --git a/runtime/vm/symbols.cc b/runtime/vm/symbols.cc
index d35dc6d20e4a5096fdb144f1b2d62334e841bc2a..bad8f741f669a9a4a50e599901d67d78f8dc67fd 100644
--- a/runtime/vm/symbols.cc
+++ b/runtime/vm/symbols.cc
@@ -375,8 +375,7 @@ intptr_t Symbols::Compact(Isolate* isolate) {
public:
SymbolCollector(Thread* thread,
GrowableArray<String*>* symbols)
- : ObjectVisitor(thread->isolate()),
- symbols_(symbols),
+ : symbols_(symbols),
zone_(thread->zone()) {}
void VisitObject(RawObject* obj) {
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | runtime/vm/verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698