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

Unified Diff: src/preparser.h

Issue 1235153006: [es6] re-implement rest parameters via desugaring (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More/fewer removals Created 5 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
Index: src/preparser.h
diff --git a/src/preparser.h b/src/preparser.h
index 9f586469583c5cc7681c6a78c8f3d05b7b3ed260..034a84d1472179918265bab62e4b67b3e692c7a0 100644
--- a/src/preparser.h
+++ b/src/preparser.h
@@ -3655,7 +3655,6 @@ int ParserBase<Traits>::ParseFormalParameterList(
return -1;
}
}
-
return parameter_count;
}

Powered by Google App Engine
This is Rietveld 408576698