| Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| index 99c092a04595b25502c783cba69ecd5ef3a371fa..33194c9d33858efb7e95a9ef1c6c33928de0cc9d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -49,7 +49,6 @@ typedef String ErrorString;
|
|
|
| class CORE_EXPORT InspectorProfilerAgent final : public InspectorBaseAgent<InspectorProfilerAgent, InspectorFrontend::Profiler>, public InspectorBackendDispatcher::ProfilerCommandHandler {
|
| WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorProfilerAgent);
|
| public:
|
| class Client {
|
| public:
|
| @@ -58,7 +57,7 @@ public:
|
| virtual void profilingStopped() { }
|
| };
|
|
|
| - static PassOwnPtrWillBeRawPtr<InspectorProfilerAgent> create(V8Debugger*, Client*);
|
| + static RawPtr<InspectorProfilerAgent> create(V8Debugger*, Client*);
|
| ~InspectorProfilerAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|