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

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

Issue 1489433002: Support the essential part of Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert Internals.* Created 5 years 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 24ce87a7e5f886da12aac46ffe0243072f4eb7d1..c64af7640d9df75a58080b478f220a0fc89b411d 100644
--- a/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
+++ b/third_party/WebKit/Source/core/dom/NonDocumentTypeChildNode.h
@@ -21,6 +21,11 @@ public:
{
return ElementTraversal::nextSibling(node);
}
+
+ static HTMLSlotElement* assignedSlotForBinding(Node& node)
+ {
+ return node.assignedSlotForBinding();
+ }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698