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 cab82d149663fc81e100424e15c38d33fb7d52d4..7715f5878812e47723d24d93a816f6d16a179c14 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -134,6 +134,7 @@ public: |
Node* lastChildInComposedTree(Node*, ExceptionState&); |
Node* nextInComposedTree(Node*, ExceptionState&); |
Node* previousInComposedTree(Node*, ExceptionState&); |
+ Node* parentInComposedTree(Node*, ExceptionState&); |
unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const; |
unsigned needsLayoutCount(ExceptionState&) const; |