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

Unified Diff: runtime/vm/symbols.cc

Issue 1389353004: Remove isolate argument from handle allocation: Part II (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: c Created 5 years, 2 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/stub_code.cc ('k') | runtime/vm/tags.cc » ('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 c9cbcf3131e2ebbecdf4c9ca3b81e18c8be9e648..e984c1bd16bc2fa2b8d5bbb1583791c8567f4f83 100644
--- a/runtime/vm/symbols.cc
+++ b/runtime/vm/symbols.cc
@@ -288,7 +288,7 @@ void Symbols::AddPredefinedSymbolsToIsolate() {
Isolate* isolate = thread->isolate();
Zone* zone = thread->zone();
ASSERT(isolate != Dart::vm_isolate());
- String& str = String::Handle(isolate);
+ String& str = String::Handle(zone);
SymbolTable table(zone, isolate->object_store()->symbol_table());
« no previous file with comments | « runtime/vm/stub_code.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698