| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index e39209d26e365930ebe8111f00f73765e2e53f0e..61c98f9b25575d5a673d9c2445b2a396c5606848 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -79,7 +79,7 @@ namespace WebCore {
|
|
|
| virtual void disconnectOwnerElement() OVERRIDE;
|
|
|
| - virtual void setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow>) OVERRIDE;
|
| + virtual void setDOMWindow(PassRefPtrWillBeRawPtr<LocalDOMWindow>) OVERRIDE;
|
| FrameView* view() const;
|
| Document* document() const;
|
|
|
|
|