| Index: third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| index 59fe1d129ea4da47f2d0be85a59dbf7f98512f39..cab7427f64038509218abf3e75fdebf52d0abff0 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WebGLContextObject_h
|
| #define WebGLContextObject_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "modules/webgl/WebGLObject.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
|
|
| namespace blink {
|
|
|
|
|