| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index c890f000bf0d794da9e46c37c1495aa48efeb085..6d1c6df7d62fdd9a4a31ef0255ab8ac2a3b986ad 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -358,7 +358,7 @@ private:
|
| WebPlugin* focusedPluginIfInputMethodSupported();
|
| ScrollableArea* layoutViewportScrollableArea() const;
|
|
|
| - FrameLoaderClientImpl m_frameLoaderClientImpl;
|
| + OwnPtrWillBeMember<FrameLoaderClientImpl> m_frameLoaderClientImpl;
|
|
|
| // The embedder retains a reference to the WebCore LocalFrame while it is active in the DOM. This
|
| // reference is released when the frame is removed from the DOM or the entire page is closed.
|
|
|