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

Unified Diff: src/inspector/inspected-context.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/injected-script-native.h ('k') | src/inspector/java-script-call-frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/inspector/injected-script-native.h ('k') | src/inspector/java-script-call-frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698