| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| index bd3985ae2acb60b4a72422e230cb4cbc43f00c55..5c5a8a63df953339092e234d6d29d4cf5fcc2062 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| @@ -13,7 +13,6 @@
|
| namespace blink {
|
|
|
| class PLATFORM_EXPORT V8DebuggerClient {
|
| - USING_FAST_MALLOC(V8DebuggerClient);
|
| public:
|
| virtual ~V8DebuggerClient() { }
|
| virtual void runMessageLoopOnPause(int contextGroupId) = 0;
|
|
|