| 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 54a433c7187ac02052f18f1237a4e7d9c6401bc2..b74a7ff01c234eaa4a2c7afa4319963522ad6576 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 ----------------------------------------------------------
|
|
|