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

Unified Diff: LayoutTests/fast/dom/shadow/resources/shadow-dom.js

Issue 216123005: Don't expose WebKitShadowRoot constructor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reset results to fix end of line Created 6 years, 9 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 | « no previous file | LayoutTests/fast/dom/shadow/shadow-root-js-api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/resources/shadow-dom.js
diff --git a/LayoutTests/fast/dom/shadow/resources/shadow-dom.js b/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
index bbf250c319a4c80d3beeabe69f77f2e96c388314..7a809bb258380da2b63fbb2ae3bbb2b9b435ed7b 100644
--- a/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
+++ b/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
@@ -41,7 +41,7 @@ function isShadowHost(node)
function isShadowRoot(node)
{
- return node instanceof window.WebKitShadowRoot;
+ return node instanceof window.ShadowRoot;
}
function isIframeElement(element)
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadow-root-js-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698