Index: Source/core/html/canvas/CanvasRenderingContext.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h |
index 2f5cd637991cdd2f9d6517bf57336a5efc337ef3..5c8d97382489871a0a09da91223899f328032c7e 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext.h |
@@ -26,7 +26,6 @@ |
#ifndef CanvasRenderingContext_h |
#define CanvasRenderingContext_h |
-#include "bindings/v8/ScriptWrappable.h" |
#include "core/html/HTMLCanvasElement.h" |
#include "wtf/HashSet.h" |
#include "wtf/Noncopyable.h" |
@@ -43,7 +42,7 @@ class HTMLVideoElement; |
class KURL; |
class WebGLObject; |
-class CanvasRenderingContext : public ScriptWrappable { |
+class CanvasRenderingContext { |
WTF_MAKE_NONCOPYABLE(CanvasRenderingContext); WTF_MAKE_FAST_ALLOCATED; |
public: |
virtual ~CanvasRenderingContext() { } |