| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index 8ed70096dfb1a32388377ec00bbdacd0544a979a..1f2bc783cb90278b274ce6f0a83ad0fd2d9452f2 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -32,19 +32,16 @@
|
| #include "HTMLNames.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| #include "core/css/resolver/StyleResolver.h"
|
| -#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/editing/EditingBoundary.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/htmlediting.h"
|
| #include "core/html/HTMLElement.h"
|
| -#include "core/page/Chrome.h"
|
| #include "core/page/EventHandler.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameView.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/Settings.h"
|
| #include "core/page/animation/AnimationController.h"
|
| -#include "core/platform/graphics/DashArray.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/transforms/TransformState.h"
|
| @@ -82,7 +79,6 @@
|
| #include <wtf/UnusedParam.h>
|
|
|
| #if ENABLE(SVG)
|
| -#include "core/rendering/svg/RenderSVGResourceContainer.h"
|
| #include "core/rendering/svg/SVGRenderSupport.h"
|
| #endif
|
|
|
|
|