Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index cce3a43fb4a6d6d8b9848b9e074e812c86d2b792..333f5f1032f58f5a2119f4c874b961a220759772 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -234,14 +234,6 @@ bool FrameLoaderClientImpl::hasWebView() const |
return m_webFrame->viewImpl(); |
} |
-bool FrameLoaderClientImpl::hasFrameView() const |
-{ |
- // The Mac port has this notion of a WebFrameView, which seems to be |
- // some wrapper around an NSView. Since our equivalent is HWND, I guess |
- // we have a "frameview" whenever we have the toplevel HWND. |
- return m_webFrame->viewImpl(); |
-} |
- |
void FrameLoaderClientImpl::detachedFromParent() |
{ |
// Alert the client that the frame is being detached. This is the last |