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

Unified Diff: third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h

Issue 1671823002: Restrict the types of nodes that could be assigned to a slot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 10 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: third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
diff --git a/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h b/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
index c64af7640d9df75a58080b478f220a0fc89b411d..24ce87a7e5f886da12aac46ffe0243072f4eb7d1 100644
--- a/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
+++ b/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
@@ -21,11 +21,6 @@ public:
{
return ElementTraversal::nextSibling(node);
}
-
- static HTMLSlotElement* assignedSlotForBinding(Node& node)
- {
- return node.assignedSlotForBinding();
- }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.h ('k') | third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698