Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 649721bcb85e8e711ebc724f0224262b4d1b0d8a..f81f235c1b3cb2d0d5bd457301416dbff720a55a 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -193,8 +193,6 @@ private: |
bool isLocalFrame() const override { return true; } |
bool isRemoteFrame() const override { return false; } |
- String localLayerTreeAsText(unsigned flags) const; |
- |
void enableNavigation() { --m_navigationDisableCount; } |
void disableNavigation() { ++m_navigationDisableCount; } |