| Index: third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| index 40535dda5009ac652f073484395d15c057235a85..fff4d0233f066a8698497b8062142984450c9a52 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h
|
| @@ -49,9 +49,8 @@ class V8RuntimeAgent;
|
|
|
| class CORE_EXPORT InspectorHeapProfilerAgent final : public InspectorBaseAgent<InspectorHeapProfilerAgent, protocol::Frontend::HeapProfiler>, public protocol::Backend::HeapProfiler {
|
| WTF_MAKE_NONCOPYABLE(InspectorHeapProfilerAgent);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorHeapProfilerAgent);
|
| public:
|
| - static PassOwnPtrWillBeRawPtr<InspectorHeapProfilerAgent> create(v8::Isolate*, V8RuntimeAgent*);
|
| + static RawPtr<InspectorHeapProfilerAgent> create(v8::Isolate*, V8RuntimeAgent*);
|
| ~InspectorHeapProfilerAgent() override;
|
|
|
| // InspectorBaseAgent overrides.
|
|
|