Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: src/inspector/v8-debugger-script.h

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: addressed comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/v8-debugger-agent-impl.cc ('k') | src/inspector/v8-heap-profiler-agent-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/inspector/v8-debugger-agent-impl.cc ('k') | src/inspector/v8-heap-profiler-agent-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698