| Index: Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| index 46a15946f723cd733d36d93d0e4aa0043bf6de47..e8d4fbb4bafe1b688d648ebdf2d5ac8188f68cb7 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| @@ -32,11 +32,11 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8HTMLCanvasElement.h"
|
|
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8CanvasRenderingContext2D.h"
|
| #include "bindings/core/v8/V8Node.h"
|
| #include "bindings/core/v8/V8WebGLRenderingContext.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/canvas/Canvas2DContextAttributes.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
|
|