Chromium Code Reviews

Unified Diff: Source/core/dom/Node.h

Issue 15757013: Remove an experimental webkitInsertionParent API. (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 8d8d1dea0efe74b991b8bae19269f2bb0a2f9411..80d71a32dc534b9713dff585521162221594e395 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -260,8 +260,6 @@ public:
bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); }
bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }
bool isInsertionPoint() const { return getFlag(NeedsShadowTreeWalkerFlag) && isInsertionPointNode(); }
- // Returns Node rather than InsertionPoint. Should be used only for language bindings.
- Node* insertionParentForBinding() const;
bool needsShadowTreeWalker() const;
bool needsShadowTreeWalkerSlow() const;
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine