Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 if ((!HTMLElement.prototype.createShadowRoot && | 1 if (!HTMLElement.prototype.createShadowRoot |
| 2 !HTMLElement.prototype.webkitCreateShadowRoot) || | 2 || window.__forceShadowDomPolyfill) { |
| 3 window.__forceShadowDomPolyfill) { | |
| OLD | NEW |