Index: Source/bindings/core/v8/V8MutationCallback.h |
diff --git a/Source/bindings/core/v8/V8MutationCallback.h b/Source/bindings/core/v8/V8MutationCallback.h |
index 9d3dcbfbaac1a406be14f553bfc7e3a6c3290ab6..3b40f94dfd91c827a18d0b62286459e33eb7249a 100644 |
--- a/Source/bindings/core/v8/V8MutationCallback.h |
+++ b/Source/bindings/core/v8/V8MutationCallback.h |
@@ -40,6 +40,7 @@ class ExecutionContext; |
class V8MutationCallback final : public MutationCallback, public ActiveDOMCallback { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(V8MutationCallback); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(V8MutationCallback); |
public: |
static PassOwnPtrWillBeRawPtr<V8MutationCallback> create(v8::Local<v8::Function> callback, v8::Local<v8::Object> owner, ScriptState* scriptState) |
{ |