Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index 394d190b59e3beb40c3f7dce641dec7abf8197e5..1a0dcfc4600e6e84a7375ff99d9e8dbbe5c875c7 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -50,7 +50,6 @@ class Page; |
class Visitor; |
class WebAssociatedURLLoader; |
struct WebAssociatedURLLoaderOptions; |
-class WebDocument; |
class WebElement; |
class WebLocalFrame; |
class WebPerformance; |
@@ -193,8 +192,6 @@ class BLINK_EXPORT WebFrame { |
// Content ------------------------------------------------------------ |
- virtual WebDocument GetDocument() const = 0; |
- |
virtual WebPerformance Performance() const = 0; |
// Scripting ---------------------------------------------------------- |