| Index: third_party/WebKit/Source/modules/webgl/WebGLObject.h
 | 
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLObject.h b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
 | 
| index 4d73d348d35e14726dc7c67f26934de2a144242a..a885201c698454c6f628778f76641a877a17ef4f 100644
 | 
| --- a/third_party/WebKit/Source/modules/webgl/WebGLObject.h
 | 
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
 | 
| @@ -91,7 +91,6 @@ class WebGLObject : public GarbageCollectedFinalized<WebGLObject>,
 | 
|    // refer back to their owning context in their destructor to delete their
 | 
|    // resources if they are GC'd before the context is.
 | 
|    EAGERLY_FINALIZE();
 | 
| -  DECLARE_EAGER_FINALIZATION_OPERATOR_NEW();
 | 
|  
 | 
|    DEFINE_INLINE_VIRTUAL_TRACE() {}
 | 
|  
 | 
| 
 |