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

Unified Diff: src/inspector/V8Console.cc

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: more fixes 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
Index: src/inspector/V8Console.cc
diff --git a/src/inspector/V8Console.cc b/src/inspector/V8Console.cc
index a830b9eac65913932ace26c7f160af707a7dd72b..f3604d5a230c49b5f769ce039c03b763e76a8191 100644
--- a/src/inspector/V8Console.cc
+++ b/src/inspector/V8Console.cc
@@ -32,7 +32,7 @@ class ConsoleHelper {
V8_INSPECTOR_DISALLOW_COPY(ConsoleHelper);
public:
- ConsoleHelper(const v8::FunctionCallbackInfo<v8::Value>& info)
+ explicit ConsoleHelper(const v8::FunctionCallbackInfo<v8::Value>& info)
: m_info(info),
m_isolate(info.GetIsolate()),
m_context(info.GetIsolate()->GetCurrentContext()),

Powered by Google App Engine
This is Rietveld 408576698