| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 6d7144faf90fd2ea09a032066e60fa072bb5acb8..65de0437a1e57f1d6d3260b1c2a75ffb5b77a201 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -131,11 +131,11 @@ public:
|
| bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&);
|
| unsigned short compareTreeScopePosition(const Node*, const Node*, ExceptionState&) const;
|
|
|
| - Node* nextSiblingInComposedTree(Node*, ExceptionState&);
|
| - Node* firstChildInComposedTree(Node*, ExceptionState&);
|
| - Node* lastChildInComposedTree(Node*, ExceptionState&);
|
| - Node* nextInComposedTree(Node*, ExceptionState&);
|
| - Node* previousInComposedTree(Node*, ExceptionState&);
|
| + Node* nextSiblingInFlatTree(Node*, ExceptionState&);
|
| + Node* firstChildInFlatTree(Node*, ExceptionState&);
|
| + Node* lastChildInFlatTree(Node*, ExceptionState&);
|
| + Node* nextInFlatTree(Node*, ExceptionState&);
|
| + Node* previousInFlatTree(Node*, ExceptionState&);
|
|
|
| unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const;
|
| unsigned needsLayoutCount(ExceptionState&) const;
|
|
|