| Index: src/inspector/v8-console-message.cc
|
| diff --git a/src/inspector/v8-console-message.cc b/src/inspector/v8-console-message.cc
|
| index e3074c61653141c3db3b67103a0454dbdc3086c5..87c9d68d9b3514e5971458cbb29fd20c1e50b7d1 100644
|
| --- a/src/inspector/v8-console-message.cc
|
| +++ b/src/inspector/v8-console-message.cc
|
| @@ -76,7 +76,7 @@ class V8ValueStringBuilder {
|
| IgnoreUndefined = 1 << 1,
|
| };
|
|
|
| - V8ValueStringBuilder(v8::Local<v8::Context> context)
|
| + explicit V8ValueStringBuilder(v8::Local<v8::Context> context)
|
| : m_arrayLimit(maxArrayItemsLimit),
|
| m_isolate(context->GetIsolate()),
|
| m_tryCatch(context->GetIsolate()),
|
|
|