Index: pkg/polymer/test/custom_event_test.dart |
diff --git a/pkg/polymer/test/custom_event_test.dart b/pkg/polymer/test/custom_event_test.dart |
index b0010e77445fae0e07689faea7a8d5060c8c6402..0a6b197e8a0c0139540f28716e9523c3cdf20151 100644 |
--- a/pkg/polymer/test/custom_event_test.dart |
+++ b/pkg/polymer/test/custom_event_test.dart |
@@ -34,7 +34,7 @@ class FooBar extends PolymerElement { |
class TestCustomEvent extends PolymerElement { |
TestCustomEvent.created() : super.created(); |
- get fooBar => getShadowRoot('test-custom-event').query('foo-bar').xtag; |
+ get fooBar => getShadowRoot('test-custom-event').query('foo-bar'); |
final events = []; |
fooHandler(e) => events.add(['foo', e]); |