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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 15850004: Verify that correct number of arguments was passed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index c6463e1176a412d8517fbd07c1518689ce6ad78d..37211ae83aaa6a711db143f2e70b1dc5d269dc77 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -1009,8 +1009,8 @@ class Dart2JSBackend(HtmlDartGenerator):
html_name,
info.ParametersDeclaration(InputType))
self._GenerateDispatcherBody(
+ info,
operations,
- parameter_names,
declaration,
GenerateCall,
lambda _, argument: IsOptional(argument),

Powered by Google App Engine
This is Rietveld 408576698