| Index: src/inspector/v8-heap-profiler-agent-impl.h
|
| diff --git a/src/inspector/v8-heap-profiler-agent-impl.h b/src/inspector/v8-heap-profiler-agent-impl.h
|
| index edd890b8f84190b2322e87b427429ac7a9284655..caa969870bacc5e438629c70dd7ac98dcb5de276 100644
|
| --- a/src/inspector/v8-heap-profiler-agent-impl.h
|
| +++ b/src/inspector/v8-heap-profiler-agent-impl.h
|
| @@ -19,8 +19,6 @@ using protocol::ErrorString;
|
| using protocol::Maybe;
|
|
|
| class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend {
|
| - DISALLOW_COPY_AND_ASSIGN(V8HeapProfilerAgentImpl);
|
| -
|
| public:
|
| V8HeapProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
|
| protocol::DictionaryValue* state);
|
| @@ -66,6 +64,8 @@ class V8HeapProfilerAgentImpl : public protocol::HeapProfiler::Backend {
|
| protocol::HeapProfiler::Frontend m_frontend;
|
| protocol::DictionaryValue* m_state;
|
| bool m_hasTimer;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(V8HeapProfilerAgentImpl);
|
| };
|
|
|
| } // namespace v8_inspector
|
|
|