| 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 990ff1265e7f04923792b82bbddb9ca8374574fb..c4a717542a60499703023c88bdb296df09b1d8e9 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp
|
| @@ -34,14 +34,8 @@
|
|
|
| #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 "core/html/HTMLCanvasElement.h"
|
| -#include "core/html/canvas/Canvas2DContextAttributes.h"
|
| -#include "core/html/canvas/CanvasRenderingContext.h"
|
| -#include "core/html/canvas/WebGLContextAttributes.h"
|
| -#include "core/inspector/InspectorCanvasInstrumentation.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|