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

Unified Diff: runtime/vm/parser.cc

Issue 1916793003: - Allow for loading dart:html and friends into the standalone (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index 51e97146efac7253f0f313ae7702dc43beb87e81..ee0c2d98fd0a0ae48d608b063bbfc709b8b25555 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -2749,8 +2749,8 @@ AstNode* Parser::CheckDuplicateFieldInit(
// no existing names.
nsm_args->Add(new(Z) LiteralNode(init_pos, Object::null_array()));
- AstNode* nsm_call =
- MakeStaticCall(Symbols::NoSuchMethodError(),
+ AstNode* nsm_call = MakeStaticCall(
+ Symbols::NoSuchMethodError(),
Library::PrivateCoreLibName(Symbols::ThrowNew()),
nsm_args);
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698