| 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 1010974e0a06bba4e4e0fbe741ea3d9e26ff79b7..f311813ca6c7374ad5ed121729dabba137a40c24 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -46,7 +46,6 @@ class V8ProfilerAgent;
|
|
|
| class CORE_EXPORT InspectorProfilerAgent final : public InspectorBaseAgent<InspectorProfilerAgent, protocol::Frontend::Profiler>, public protocol::Backend::Profiler {
|
| WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorProfilerAgent);
|
| public:
|
| class Client {
|
| public:
|
| @@ -55,7 +54,7 @@ public:
|
| virtual void profilingStopped() { }
|
| };
|
|
|
| - static PassOwnPtrWillBeRawPtr<InspectorProfilerAgent> create(V8Debugger*, Client*);
|
| + static RawPtr<InspectorProfilerAgent> create(V8Debugger*, Client*);
|
| ~InspectorProfilerAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|