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

Unified Diff: runtime/vm/parser.h

Issue 1310383002: Minor cleanup in preparation for removal of allocation in new space, and removal of an 'optimizatio… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address review comment Created 5 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 | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 4524b7a07a9683423844280e4d4352b9e545744d..827626aea9d098227406b70df6f752b3b227648b 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -512,7 +512,7 @@ class Parser : public ValueObject {
static bool ParseFormalParameters(const Function& func, ParamList* params);
- static void SetupDefaultsForOptionalParams(const ParamList* params,
+ static void SetupDefaultsForOptionalParams(const ParamList& params,
Array* default_values);
ClosureNode* CreateImplicitClosureNode(const Function& func,
intptr_t token_pos,
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698