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

Unified Diff: runtime/vm/object.h

Issue 2167683004: Clear token streams before compacting the symbol table. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | runtime/vm/precompiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 0afe1b33cdada13491bbb07e95f436a68b152adb..27933e3e7621363344752d132e0f08e3cc8f8652 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3451,6 +3451,7 @@ class Script : public Object {
FINAL_HEAP_OBJECT_IMPLEMENTATION(Script, Object);
friend class Class;
+ friend class Precompiler;
};
« no previous file with comments | « no previous file | runtime/vm/precompiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698