Chromium Code Reviews| Index: pkg/observe/lib/html.dart |
| diff --git a/pkg/observe/lib/html.dart b/pkg/observe/lib/html.dart |
| index 4cae31c456933c3d78f97223545b7756b053461c..aa65d02ba065eb70fb415fbd41bafe0df9f9a8be 100644 |
| --- a/pkg/observe/lib/html.dart |
| +++ b/pkg/observe/lib/html.dart |
| @@ -41,7 +41,7 @@ class ObservableLocationHash extends ChangeNotifierBase { |
| } |
| void _notifyHashChange(_) { |
| - notifyChange(new PropertyChangeRecord(const Symbol('hash'))); |
| + notifyChange(new PropertyChangeRecord(#hash)); |
| } |
| } |