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

Unified Diff: dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate

Issue 366873005: Version 1.5.2 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.5/
Patch Set: Created 6 years, 6 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 | « dart/tools/VERSION ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate
===================================================================
--- dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate (revision 37934)
+++ dart/tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate (working copy)
@@ -10,7 +10,8 @@
$!MEMBERS
$if DART2JS
static bool get supported =>
- JS('bool', '!!(Element.prototype.webkitCreateShadowRoot)');
+ JS('bool', '!!(Element.prototype.createShadowRoot||'
+ 'Element.prototype.webkitCreateShadowRoot)');
$else
static final bool supported = true;
$endif
« no previous file with comments | « dart/tools/VERSION ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698