| 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 f385d6dacb20610a7ce12efe55fc3a33215c9f86..4481109c84dd672701b4c116636606f509c70b14 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;
|
| @@ -189,8 +188,6 @@ class BLINK_EXPORT WebFrame {
|
|
|
| // Content ------------------------------------------------------------
|
|
|
| - virtual WebDocument GetDocument() const = 0;
|
| -
|
| virtual WebPerformance Performance() const = 0;
|
|
|
| // Scripting ----------------------------------------------------------
|
|
|