| Index: dart/pkg/polymer/test/publish_inherited_properties_test.dart
 | 
| ===================================================================
 | 
| --- dart/pkg/polymer/test/publish_inherited_properties_test.dart	(revision 37358)
 | 
| +++ dart/pkg/polymer/test/publish_inherited_properties_test.dart	(working copy)
 | 
| @@ -55,7 +55,7 @@
 | 
|  
 | 
|    test('published properties', () {
 | 
|      published(tag) => (new Element.tag(tag) as PolymerElement)
 | 
| -        .declaration.publishedProperties;
 | 
| +        .element.publishedProperties;
 | 
|  
 | 
|      expect(published('x-zot'), ['Foo', 'Bar', 'zot', 'm']);
 | 
|      expect(published('x-squid'), ['Foo', 'Bar', 'zot', 'm', 'baz', 'squid']);
 | 
| 
 |