| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index d17d428e14288b77ed35da72812484f4391d7458..cf2e68000a149da056bbe194e7947ae8db483ee9 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -35,7 +35,6 @@
|
| #include "../platform/WebVector.h"
|
| #include "WebDraggableRegion.h"
|
| #include "WebExceptionCode.h"
|
| -#include "WebFrame.h"
|
| #include "WebNode.h"
|
| #include "WebSecurityOrigin.h"
|
|
|
| @@ -57,6 +56,7 @@
|
| class WebDocumentType;
|
| class WebElement;
|
| class WebFormElement;
|
| +class WebFrame;
|
| class WebElementCollection;
|
| class WebNodeList;
|
| class WebString;
|
| @@ -87,7 +87,7 @@
|
| BLINK_EXPORT WebURL openSearchDescriptionURL() const;
|
|
|
| // Returns the frame the document belongs to or 0 if the document is frameless.
|
| - BLINK_EXPORT WebLocalFrame* frame() const;
|
| + BLINK_EXPORT WebFrame* frame() const;
|
| BLINK_EXPORT bool isHTMLDocument() const;
|
| BLINK_EXPORT bool isXHTMLDocument() const;
|
| BLINK_EXPORT bool isPluginDocument() const;
|
|
|