| Index: Source/web/WebDocument.cpp
|
| diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp
|
| index 0d457f1e8dd9c505326d2fa3634eec52d6cc0bf4..bf6a30d79ca8f71c0338f28f254c462b1dee507a 100644
|
| --- a/Source/web/WebDocument.cpp
|
| +++ b/Source/web/WebDocument.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "WebElement.h"
|
| #include "WebElementCollection.h"
|
| #include "WebFormElement.h"
|
| -#include "WebFrameImpl.h"
|
| +#include "WebLocalFrameImpl.h"
|
| #include "WebNodeList.h"
|
| #include "bindings/v8/Dictionary.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| @@ -104,7 +104,7 @@ WebURL WebDocument::openSearchDescriptionURL() const
|
|
|
| WebLocalFrame* WebDocument::frame() const
|
| {
|
| - return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame());
|
| + return WebLocalFrameImpl::fromFrame(constUnwrap<Document>()->frame());
|
| }
|
|
|
| bool WebDocument::isHTMLDocument() const
|
|
|