| Index: Source/core/html/canvas/WebGLProgram.h
|
| diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h
|
| index 203109cb031c3168adc05c5933b838b3ae4824b8..7356cac4ece6703167d07c58174371ac118ab636 100644
|
| --- a/Source/core/html/canvas/WebGLProgram.h
|
| +++ b/Source/core/html/canvas/WebGLProgram.h
|
| @@ -26,17 +26,16 @@
|
| #ifndef WebGLProgram_h
|
| #define WebGLProgram_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/html/canvas/WebGLSharedObject.h"
|
| -
|
| #include "core/html/canvas/WebGLShader.h"
|
| -
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
| -class WebGLProgram : public WebGLSharedObject {
|
| +class WebGLProgram : public WebGLSharedObject, public ScriptWrappable {
|
| public:
|
| virtual ~WebGLProgram();
|
|
|
|
|