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

Unified Diff: pkg/custom_element/lib/custom_element.dart

Issue 21369005: fix analysis error in custom_element (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/custom_element/lib/custom_element.dart
diff --git a/pkg/custom_element/lib/custom_element.dart b/pkg/custom_element/lib/custom_element.dart
index e5c905824cf9f6ce69edb4085af14f36dc4a55b7..369501c69b8ea2ffcca0a75c727b94e9883b70b6 100644
--- a/pkg/custom_element/lib/custom_element.dart
+++ b/pkg/custom_element/lib/custom_element.dart
@@ -226,7 +226,7 @@ class CustomElement implements Element {
get isTemplate => host.isTemplate;
get ref => host.ref;
get content => host.content;
- DocumentFragment createInstance(model, BindingDelegate delegate) =>
+ DocumentFragment createInstance(model, [BindingDelegate delegate]) =>
host.createInstance(model, delegate);
createBinding(String name, model, String path) =>
host.createBinding(name, model, path);
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698