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

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

Issue 2460813002: Make slots in non-shadow trees participate in a flat tree (Closed)
Patch Set: update expectation Created 4 years, 1 month 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/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index d9e82b82ffc47553eba301f46f57f1ae6d3b7f98..d07e66cc70ae0fd7a6ce62ff099cc527e4a66c2b 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -312,7 +312,7 @@ class CORE_EXPORT Node : public EventTarget {
bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); }
bool canParticipateInFlatTree() const;
- bool isSlotOrActiveInsertionPoint() const;
+ bool isActiveSlotOrActiveInsertionPoint() const;
// A re-distribution across v0 and v1 shadow trees is not supported.
bool isSlotable() const {
return isTextNode() || (isElementNode() && !isInsertionPoint());
« no previous file with comments | « third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp ('k') | third_party/WebKit/Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698