Chromium Code Reviews| 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 |
|
haraken
2014/11/08 09:17:25
Can we remove this method?
DOMWindow* window = lo
dcheng
2014/11/08 23:59:56
The main reason we have localDOMWindow() is becaus
haraken
2014/11/10 08:58:20
Makes sense.
|
| { |
| return m_domWindow.get(); |
| } |