| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index e6289176fa28bd3d3b189544f03cf672721fee44..0091d73318771cd9704df00d8756d66d2e28bb8e 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -37,16 +37,16 @@
|
| namespace blink {
|
|
|
| class ChromeClient;
|
| +class DOMWindow;
|
| class DOMWrapperWorld;
|
| class Document;
|
| class FrameClient;
|
| class FrameHost;
|
| class FrameOwner;
|
| class HTMLFrameOwnerElement;
|
| -class DOMWindow;
|
| +class LayoutPart;
|
| class KURL;
|
| class Page;
|
| -class RenderPart;
|
| class SecurityContext;
|
| class Settings;
|
| class WindowProxy;
|
| @@ -96,7 +96,7 @@ public:
|
| bool canNavigate(const Frame&);
|
| virtual void printNavigationErrorMessage(const Frame&, const char* reason) = 0;
|
|
|
| - RenderPart* ownerRenderer() const; // Renderer for the element that contains this frame.
|
| + LayoutPart* ownerRenderer() const; // Renderer for the element that contains this frame.
|
|
|
| Settings* settings() const; // can be null
|
|
|
|
|