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 7d05ca569af0bea69523d76b7d321a056da70f21..fced988a80d1ecdbaaeedd3644427de1672f82df 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -297,7 +297,7 @@ public: |
bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); } |
bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); } |
- bool canParticipateInComposedTree() const; |
+ bool canParticipateInFlatTree() const; |
bool isSlotOrActiveInsertionPoint() const; |
bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); } |
@@ -601,10 +601,10 @@ public: |
void showNode(const char* prefix = "") const; |
void showTreeForThis() const; |
- void showTreeForThisInComposedTree() const; |
+ void showTreeForThisInFlatTree() const; |
void showNodePathForThis() const; |
void showTreeAndMark(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = nullptr, const char* markedLabel2 = nullptr) const; |
- void showTreeAndMarkInComposedTree(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = nullptr, const char* markedLabel2 = nullptr) const; |
+ void showTreeAndMarkInFlatTree(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = nullptr, const char* markedLabel2 = nullptr) const; |
void showTreeForThisAcrossFrame() const; |
#endif |