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

Unified Diff: runtime/vm/kernel.h

Issue 3001103002: Do not qualify with dart:: except where necessary (Closed)
Patch Set: Created 3 years, 4 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/bootstrap_nocore.cc ('k') | runtime/vm/kernel_binary_flowgraph.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel.h
diff --git a/runtime/vm/kernel.h b/runtime/vm/kernel.h
index de39d432307e2f56fe6e297626b8cf709eaff19f..d4e51dfe273d4d0707e74079cdab5a7ebd4da81d 100644
--- a/runtime/vm/kernel.h
+++ b/runtime/vm/kernel.h
@@ -82,8 +82,7 @@ class Program {
DISALLOW_COPY_AND_ASSIGN(Program);
};
-ParsedFunction* ParseStaticFieldInitializer(Zone* zone,
- const dart::Field& field);
+ParsedFunction* ParseStaticFieldInitializer(Zone* zone, const Field& field);
} // namespace kernel
« no previous file with comments | « runtime/vm/bootstrap_nocore.cc ('k') | runtime/vm/kernel_binary_flowgraph.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698