| Index: sky/engine/core/html/canvas/WebGLExtension.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLExtension.h b/sky/engine/core/html/canvas/WebGLExtension.h
|
| index 3c67f9377bf0ba422bf56f50ddebe93b77707af2..4fd5f722eb374297b0ab843037c5cf9081d4ef8a 100644
|
| --- a/sky/engine/core/html/canvas/WebGLExtension.h
|
| +++ b/sky/engine/core/html/canvas/WebGLExtension.h
|
| @@ -34,7 +34,7 @@
|
| namespace blink {
|
|
|
| class WebGLExtension : public RefCounted<WebGLExtension> {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| WebGLRenderingContextBase* context() { return m_context; }
|
|
|
|
|