Index: Source/core/html/canvas/WebGLUniformLocation.h |
diff --git a/Source/core/html/canvas/WebGLUniformLocation.h b/Source/core/html/canvas/WebGLUniformLocation.h |
index 4398159fa33667f25c18a488439a291627b5fb00..142a73b70bb8691a0648cfa4186fb35bd326876e 100644 |
--- a/Source/core/html/canvas/WebGLUniformLocation.h |
+++ b/Source/core/html/canvas/WebGLUniformLocation.h |
@@ -27,15 +27,15 @@ |
#ifndef WebGLUniformLocation_h |
#define WebGLUniformLocation_h |
+#include "bindings/v8/ScriptWrappable.h" |
#include "core/html/canvas/WebGLObject.h" |
#include "core/html/canvas/WebGLProgram.h" |
- |
-#include <wtf/PassRefPtr.h> |
-#include <wtf/RefCounted.h> |
+#include "wtf/PassRefPtr.h" |
+#include "wtf/RefCounted.h" |
namespace WebCore { |
-class WebGLUniformLocation : public RefCounted<WebGLUniformLocation> { |
+class WebGLUniformLocation : public RefCounted<WebGLUniformLocation>, public ScriptWrappable { |
public: |
virtual ~WebGLUniformLocation() { } |