| Index: Source/core/page/Frame.cpp
|
| diff --git a/Source/core/page/Frame.cpp b/Source/core/page/Frame.cpp
|
| index e444c8aa78aba1de973c57a2197486d5858b504b..6cfafc143146023ca1e6f63764dad12b6a2c95a9 100644
|
| --- a/Source/core/page/Frame.cpp
|
| +++ b/Source/core/page/Frame.cpp
|
| @@ -59,7 +59,6 @@
|
| #include "HTMLTableCellElement.h"
|
| #include "HitTestResult.h"
|
| #include "InspectorInstrumentation.h"
|
| -#include "Logging.h"
|
| #include "MediaFeatureNames.h"
|
| #include "Navigator.h"
|
| #include "NodeList.h"
|
| @@ -87,6 +86,7 @@
|
| #include "WebKitFontFamilyNames.h"
|
| #include "XMLNSNames.h"
|
| #include "XMLNames.h"
|
| +#include "core/platform/Logging.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
|
|