Index: third_party/WebKit/Source/core/dom/Fullscreen.h |
diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h |
index f41859febac88d03bb90cc320db2390d456e1d82..a87fc1181d522017f3780a04df363a91fc46e06f 100644 |
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h |
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h |
@@ -87,9 +87,6 @@ public: |
Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); } |
void documentWasDetached() override; |
-#if !ENABLE(OILPAN) |
- void documentWasDisposed() override; |
-#endif |
DECLARE_VIRTUAL_TRACE(); |