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

Unified Diff: example/component/news/web/news-component.html

Issue 19497002: Reducing the amount of code we generate in the compiler: We still continue (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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
Index: example/component/news/web/news-component.html
diff --git a/example/component/news/web/news-component.html b/example/component/news/web/news-component.html
index c4ca912905381ad60a603c53efdaddff1f22f65b..51d00e036c23a0b1f6e03ab23fe20dbddeccc96a 100644
--- a/example/component/news/web/news-component.html
+++ b/example/component/news/web/news-component.html
@@ -8,7 +8,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<title>News Component</title>
</head>
<body>
-<element name="x-news" extends="ul">
+<polymer-element name="x-news" extends="ul">
<template>
<style scoped>
div.breaking {
@@ -34,6 +34,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
</ul>
</div>
</template>
-</element>
+</polymer-element>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698