Index: Source/core/html/HTMLFrameOwnerElement.cpp |
diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp |
index 70cd4a48b8a8e8f5eae965e62b7a96558fa7b8c1..132061dd3b650bd1098bfbd0cf8b1ce7276a662c 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.cpp |
+++ b/Source/core/html/HTMLFrameOwnerElement.cpp |
@@ -177,7 +177,7 @@ Document* HTMLFrameOwnerElement::contentDocument() const |
return (m_contentFrame && m_contentFrame->isLocalFrame()) ? toLocalFrame(m_contentFrame)->document() : 0; |
} |
-LocalDOMWindow* HTMLFrameOwnerElement::contentWindow() const |
+DOMWindow* HTMLFrameOwnerElement::contentWindow() const |
{ |
return m_contentFrame ? m_contentFrame->domWindow() : 0; |
} |