| Index: src/inspector/v8-debugger-script.h
|
| diff --git a/src/inspector/v8-debugger-script.h b/src/inspector/v8-debugger-script.h
|
| index 62ee3ff662f83fb1b6155b004a8f1062afb4a082..78c44b5eb97cb487adc70834d4aef74e15f04e40 100644
|
| --- a/src/inspector/v8-debugger-script.h
|
| +++ b/src/inspector/v8-debugger-script.h
|
| @@ -38,8 +38,6 @@
|
| namespace v8_inspector {
|
|
|
| class V8DebuggerScript {
|
| - DISALLOW_COPY_AND_ASSIGN(V8DebuggerScript);
|
| -
|
| public:
|
| V8DebuggerScript(v8::Local<v8::Context>, v8::Local<v8::Object>,
|
| bool isLiveEdit);
|
| @@ -80,6 +78,8 @@ class V8DebuggerScript {
|
| int m_executionContextId;
|
| String16 m_executionContextAuxData;
|
| bool m_isLiveEdit;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(V8DebuggerScript);
|
| };
|
|
|
| } // namespace v8_inspector
|
|
|