Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index aff39ecf68c5a14be6c5f36e8f1f5e13b77defe7..309ea398127ecc2d536f574617f74e603e5ccf0e 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -28,11 +28,10 @@ |
#include "config.h" |
#include "core/html/HTMLCanvasElement.h" |
-#include "HTMLNames.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ScriptController.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/frame/LocalFrame.h" |
@@ -46,6 +45,7 @@ |
#include "core/page/ChromeClient.h" |
#include "core/rendering/RenderHTMLCanvas.h" |
#include "platform/MIMETypeRegistry.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/graphics/Canvas2DImageBufferSurface.h" |
#include "platform/graphics/GraphicsContextStateSaver.h" |
#include "platform/graphics/ImageBuffer.h" |