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

Side by Side Diff: LayoutTests/fast/dom/shadow/resources/polyfill.js

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 if (!Element.prototype.webkitCreateShadowRoot && window.internals) {
2 Element.prototype.webkitCreateShadowRoot = function() {
3 return window.internals.createShadowRoot(this);
4 };
5 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/resize-in-shadow-dom.html ('k') | LayoutTests/fast/dom/shadow/resources/shadow-dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698