| Index: Source/core/page/FrameView.cpp
|
| diff --git a/Source/core/page/FrameView.cpp b/Source/core/page/FrameView.cpp
|
| index 1d910138f8e01122da11edaed8e91eaff4200d03..d27f78842d7d8fa9f968da61dc8faadedf937f1e 100644
|
| --- a/Source/core/page/FrameView.cpp
|
| +++ b/Source/core/page/FrameView.cpp
|
| @@ -81,9 +81,9 @@
|
| #include <wtf/UnusedParam.h>
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGRoot.h"
|
| #include "SVGDocument.h"
|
| #include "SVGSVGElement.h"
|
| +#include "core/rendering/svg/RenderSVGRoot.h"
|
| #endif
|
|
|
| #include "core/platform/chromium/TraceEvent.h"
|
|
|