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

Unified Diff: src/inspector/v8-regex.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-profiler-agent-impl.cc ('k') | src/inspector/v8-regex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-regex.h
diff --git a/src/inspector/v8-regex.h b/src/inspector/v8-regex.h
index 8427efd2476447a120d6e22b0d66e5a8e12a3826..b4b1f8ce13517a5d4b1a7e3be928db6cf7af3ee7 100644
--- a/src/inspector/v8-regex.h
+++ b/src/inspector/v8-regex.h
@@ -17,8 +17,6 @@ class V8InspectorImpl;
enum MultilineMode { MultilineDisabled, MultilineEnabled };
class V8Regex {
- DISALLOW_COPY_AND_ASSIGN(V8Regex);
-
public:
V8Regex(V8InspectorImpl*, const String16&, bool caseSensitive,
bool multiline = false);
@@ -30,6 +28,8 @@ class V8Regex {
V8InspectorImpl* m_inspector;
v8::Global<v8::RegExp> m_regex;
String16 m_errorMessage;
+
+ DISALLOW_COPY_AND_ASSIGN(V8Regex);
};
} // namespace v8_inspector
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/inspector/v8-regex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698