Index: Source/web/WebDocument.cpp |
diff --git a/Source/web/WebDocument.cpp b/Source/web/WebDocument.cpp |
index 1b69b3f8b0a6b37562b2b77d67f64f7b22198fde..f4fe0a5a673515e756711da534215fbe06d0daeb 100644 |
--- a/Source/web/WebDocument.cpp |
+++ b/Source/web/WebDocument.cpp |
@@ -102,7 +102,7 @@ WebURL WebDocument::openSearchDescriptionURL() const |
return const_cast<Document*>(constUnwrap<Document>())->openSearchDescriptionURL(); |
} |
-WebFrame* WebDocument::frame() const |
+WebLocalFrame* WebDocument::frame() const |
{ |
return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); |
} |