Index: pkg/web_components/lib/dart_support.js |
diff --git a/pkg/web_components/lib/dart_support.js b/pkg/web_components/lib/dart_support.js |
index 503faeeec9b3010c332c0bc153d112cc8d2c1885..c00448f519a536d4f8d63adfa26f2dc5976cf162 100644 |
--- a/pkg/web_components/lib/dart_support.js |
+++ b/pkg/web_components/lib/dart_support.js |
@@ -2,6 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+// Teaches dart2js about the wrapping that is done by the Shadow DOM polyfill. |
(function() { |
var ShadowDOMPolyfill = window.ShadowDOMPolyfill; |
if (!ShadowDOMPolyfill) return; |