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

Unified Diff: samples/survey/web/elements/question/question_element.dart

Issue 50413005: Reapply "Remove @deprecated features." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 2 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 | « samples/build_dart/build.dart ('k') | sdk/lib/io/file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/survey/web/elements/question/question_element.dart
diff --git a/samples/survey/web/elements/question/question_element.dart b/samples/survey/web/elements/question/question_element.dart
index ccc07bee870d454969501b70f92f853df70509ed..adf5a25931a8b73a10ba7a50e8eaecf2f8fdc748 100644
--- a/samples/survey/web/elements/question/question_element.dart
+++ b/samples/survey/web/elements/question/question_element.dart
@@ -45,7 +45,7 @@ class QuestionElement extends PolymerElement with Observable {
QuestionElement() {
new PathObserver(this, 'widgetSelectedIndex').changes.listen((_) {
- notifyProperty(this, #widgetSelection);
+ this.notifyPropertyChange(#widgetSelection, null, null);
});
}
@@ -119,4 +119,4 @@ class QuestionElement extends PolymerElement with Observable {
e.preventDefault();
question.answers = [sender.value.trim()];
}
-}
+}
« no previous file with comments | « samples/build_dart/build.dart ('k') | sdk/lib/io/file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698