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

Unified Diff: samples/third_party/todomvc/web/elements/td_todos.dart

Issue 341843003: Remove use of deprecated property in TodoMVC (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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: samples/third_party/todomvc/web/elements/td_todos.dart
diff --git a/samples/third_party/todomvc/web/elements/td_todos.dart b/samples/third_party/todomvc/web/elements/td_todos.dart
index f0ac23832b22911afb002fc9b4c93cb7aaf668f1..17db5d7d60edf2cf086b5b9b0e97cc4fe9029092 100644
--- a/samples/third_party/todomvc/web/elements/td_todos.dart
+++ b/samples/third_party/todomvc/web/elements/td_todos.dart
@@ -57,5 +57,5 @@ class TodoList extends PolymerElement {
// TODO(jmesserly): workaround for HTML Imports not setting correct baseURI
String get baseUri =>
- declaration.element.ownerDocument == document ? '../' : '';
+ element.element.ownerDocument == document ? '../' : '';
}

Powered by Google App Engine
This is Rietveld 408576698