Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
index b119ffe9ac6752201734ae75216427940650901d..352d65bed1f0d6bac97a0b0f8b825fd0b5b86f00 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
@@ -1030,8 +1030,7 @@ enum DeleteResult { |
DeleteUnknownProperty |
}; |
-class V8IsolateInterruptor : public BlinkGCInterruptor { |
- USING_FAST_MALLOC(V8IsolateInterruptor); |
+class V8IsolateInterruptor final : public BlinkGCInterruptor { |
public: |
explicit V8IsolateInterruptor(v8::Isolate* isolate) |
: m_isolate(isolate) |