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

Unified Diff: packages/web_components/lib/polyfill.dart

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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 | « packages/web_components/lib/package.json ('k') | packages/web_components/lib/src/init.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/web_components/lib/polyfill.dart
diff --git a/packages/web_components/lib/polyfill.dart b/packages/web_components/lib/polyfill.dart
index 6e7bbd95e7acfa214a3362bbc79f297849bc032a..e225e22db92820c15ff867c2c98dc099fd8b1593 100644
--- a/packages/web_components/lib/polyfill.dart
+++ b/packages/web_components/lib/polyfill.dart
@@ -38,7 +38,7 @@ bool get _isReady {
if (customElements == null) {
// Return true if native document.register, otherwise false.
// (Maybe the polyfill isn't loaded yet. Wait for it.)
- return document.supportsRegister;
+ return document.supportsRegisterElement;
}
return customElements['ready'] == true;
« no previous file with comments | « packages/web_components/lib/package.json ('k') | packages/web_components/lib/src/init.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698