Index: runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill-before.js |
diff --git a/runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill-before.js b/runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill-before.js |
deleted file mode 100644 |
index fe15015bdc9fb3188437619a398b0fc3529220e8..0000000000000000000000000000000000000000 |
--- a/runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill-before.js |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-/* |
- * Copyright 2013 The Polymer Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style |
- * license that can be found in the LICENSE file. |
- */ |
-(function() { |
- // TODO(jmesserly): fix dart:html to use unprefixed name |
- if (Element.prototype.webkitCreateShadowRoot) { |
- Element.prototype.webkitCreateShadowRoot = function() { |
- return window.ShadowDOMPolyfill.wrapIfNeeded(this).createShadowRoot(); |
- }; |
- } |
-})(); |