| Index: pkg/polymer/test/transform/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/transform/all_phases_test.dart b/pkg/polymer/test/transform/all_phases_test.dart
|
| index a3826fad83f6bc58d71b26b3d71d1f46243ba3a3..743b199edc272b0042520133ec90e68d5fbfdb2b 100644
|
| --- a/pkg/polymer/test/transform/all_phases_test.dart
|
| +++ b/pkg/polymer/test/transform/all_phases_test.dart
|
| @@ -36,6 +36,7 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| + '$PKG_JS_INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| '<script src="packages/browser/dart.js"></script>'
|
| @@ -68,6 +69,7 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| + '$PKG_JS_INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| '<script src="packages/browser/dart.js"></script>'
|
| @@ -107,6 +109,7 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| + '$PKG_JS_INTEROP_TAG'
|
| '<div></div>'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| @@ -158,6 +161,7 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| + '$PKG_JS_INTEROP_TAG'
|
| '<polymer-element>1</polymer-element>'
|
| '<script type="application/dart" '
|
| 'src="index.html_bootstrap.dart"></script>'
|
| @@ -207,7 +211,7 @@ class $className extends ChangeNotifierBase {
|
| set $fieldName(int value) {
|
| __\$$fieldName = notifyPropertyChange(const Symbol('$fieldName'), __\$$fieldName, value);
|
| }
|
| -
|
| +
|
| $className($fieldName) : __\$$fieldName = $fieldName;
|
| }
|
| ''';
|
|
|