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

Unified Diff: pkg/polymer/lib/src/declaration.dart

Issue 35553002: Fixing status of register test on IE (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « pkg/pkg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/declaration.dart
diff --git a/pkg/polymer/lib/src/declaration.dart b/pkg/polymer/lib/src/declaration.dart
index 7e6be8220decb54022c31c5223e16437a567cd80..07c0dc4074e7d72c3ea424f4193585c3611ae143 100644
--- a/pkg/polymer/lib/src/declaration.dart
+++ b/pkg/polymer/lib/src/declaration.dart
@@ -241,9 +241,7 @@ class PolymerDeclaration extends HtmlElement {
baseTag = decl.attributes['extends'];
decl = decl.superDeclaration;
}
- // native element must be specified in extends
- var nativeExtends = baseTag;
- document.register(name, type, extendsTag: nativeExtends);
+ document.register(name, type, extendsTag: baseTag);
}
void publishAttributes(ClassMirror cls, PolymerDeclaration superDecl) {
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698