| 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 3693e4ac407e94bb7fe4285dd37e0fa550ea3428..a03570859794c7cfadfac44a65c56fb47ac0736e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -1029,8 +1029,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)
|
|
|