| Index: src/inspector/inspected-context.h
|
| diff --git a/src/inspector/inspected-context.h b/src/inspector/inspected-context.h
|
| index f4c1a60271a958276df8af4acc132865f172c86d..443f4a1425734fc350041390a5e6a3b5779a7fc2 100644
|
| --- a/src/inspector/inspected-context.h
|
| +++ b/src/inspector/inspected-context.h
|
| @@ -18,8 +18,6 @@ class V8ContextInfo;
|
| class V8InspectorImpl;
|
|
|
| class InspectedContext {
|
| - DISALLOW_COPY_AND_ASSIGN(InspectedContext);
|
| -
|
| public:
|
| ~InspectedContext();
|
|
|
| @@ -57,6 +55,8 @@ class InspectedContext {
|
| bool m_reported;
|
| std::unique_ptr<InjectedScript> m_injectedScript;
|
| v8::Global<v8::Object> m_console;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(InspectedContext);
|
| };
|
|
|
| } // namespace v8_inspector
|
|
|