| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index af268fa7bd9e60849e33e3dd5ba75fac4699e327..070ca6ae376710c82c23e786451bdef42cd3bc99 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -130,6 +130,7 @@
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/Layer.h"
|
| +#include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutTreeAsText.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoadRequest.h"
|
| @@ -144,7 +145,6 @@
|
| #include "core/page/PrintContext.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "core/rendering/RenderFrame.h"
|
| -#include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| #include "core/timing/Performance.h"
|
|
|