| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 29497e8c07250e84ee96633d837ad494577ebbbe..d5bf2d49ca5d59fb70f695f564d6c522f8896ef9 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -32,7 +32,7 @@
|
| #include <stdio.h>
|
| #include "HTMLNames.h"
|
| #include "ImageData.h"
|
| -#include "ScriptController.h"
|
| +#include "bindings/v8/ScriptController.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|