| 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 3db02d3e5eb6e3f7248815a867a22ed238051ab2..a87ee8dbceb40193ddb24b4ace4327a1a9fe2345 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;
|
| @@ -196,8 +195,6 @@ class BLINK_EXPORT WebFrame {
|
|
|
| // Content ------------------------------------------------------------
|
|
|
| - virtual WebDocument GetDocument() const = 0;
|
| -
|
| virtual WebPerformance Performance() const = 0;
|
|
|
| // Scripting ----------------------------------------------------------
|
|
|