| Index: src/inspector/v8-console.h
|
| diff --git a/src/inspector/v8-console.h b/src/inspector/v8-console.h
|
| index b27c4afab2d6c90d3f64cb4d71f44491a62d5220..c643d49a4154a448141cb0f04e906a4d92bf6025 100644
|
| --- a/src/inspector/v8-console.h
|
| +++ b/src/inspector/v8-console.h
|
| @@ -24,8 +24,6 @@ class V8Console {
|
| static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*);
|
|
|
| class CommandLineAPIScope {
|
| - DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope);
|
| -
|
| public:
|
| CommandLineAPIScope(v8::Local<v8::Context>,
|
| v8::Local<v8::Object> commandLineAPI,
|
| @@ -44,6 +42,8 @@ class V8Console {
|
| v8::Local<v8::Object> m_global;
|
| v8::Local<v8::Set> m_installedMethods;
|
| bool m_cleanup;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope);
|
| };
|
|
|
| private:
|
|
|