Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: Source/core/frame/LocalFrame.cpp

Issue 683013002: Extract a DOMWindow interface from LocalDOMWindow and use it in the idl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whee Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/LocalFrame.cpp
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
index 9b5c504e0f6067fc848f2cc4baf8190d42305db8..12bb49b85fc5f79348562943e4c7cc491071d970 100644
--- a/Source/core/frame/LocalFrame.cpp
+++ b/Source/core/frame/LocalFrame.cpp
@@ -241,7 +241,7 @@ void LocalFrame::trace(Visitor* visitor)
Frame::trace(visitor);
}
-LocalDOMWindow* LocalFrame::domWindow() const
+DOMWindow* LocalFrame::domWindow() const
{
return m_domWindow.get();
}

Powered by Google App Engine
This is Rietveld 408576698