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

Unified Diff: Source/core/testing/Internals.h

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 04943041ea4368b7a3ac24e354eae80f8cb6c18a..93b35b6d7db8a4d11d23d36bb030944607857492 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -82,7 +82,6 @@ public:
PassRefPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionCode&) const;
ShadowRoot* ensureShadowRoot(Element* host, ExceptionCode&);
- ShadowRoot* createShadowRoot(Element* host, ExceptionCode&);
ShadowRoot* shadowRoot(Element* host, ExceptionCode&);
ShadowRoot* youngestShadowRoot(Element* host, ExceptionCode&);
ShadowRoot* oldestShadowRoot(Element* host, ExceptionCode&);
« no previous file with comments | « LayoutTests/fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698