| Index: Source/core/html/canvas/WebGLDebugShaders.h
|
| diff --git a/Source/core/html/canvas/WebGLDebugShaders.h b/Source/core/html/canvas/WebGLDebugShaders.h
|
| index 1583b933211e4a392409e7c5a06ab853a0edb30e..67e2067b31b891975ac54096d6aa3741648b68a4 100644
|
| --- a/Source/core/html/canvas/WebGLDebugShaders.h
|
| +++ b/Source/core/html/canvas/WebGLDebugShaders.h
|
| @@ -26,8 +26,9 @@
|
| #ifndef WebGLDebugShaders_h
|
| #define WebGLDebugShaders_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/html/canvas/WebGLExtension.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -35,7 +36,7 @@ class WebGLShader;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class WebGLDebugShaders : public WebGLExtension {
|
| +class WebGLDebugShaders : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| static PassOwnPtr<WebGLDebugShaders> create(WebGLRenderingContext*);
|
| static bool supported(WebGLRenderingContext*);
|
|
|