| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| index 74abf592c2dd605aa2942f0edb9eacd1e1ad9c3e..49972d17ee691076b9de83bb249677ab1207a66a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -76,7 +76,7 @@ private:
|
| };
|
|
|
| class CORE_EXPORT InspectorAgentRegistry final {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(InspectorAgentRegistry);
|
| public:
|
| InspectorAgentRegistry(InstrumentingAgents*, InspectorCompositeState*);
|
|
|