| Index: extensions/renderer/logging_native_handler.h
|
| diff --git a/extensions/renderer/logging_native_handler.h b/extensions/renderer/logging_native_handler.h
|
| index 052b23d4645666c37465da9c3e108d0bb2634753..7ae7ef5190947d0f3622b3bc95836fed0f363c87 100644
|
| --- a/extensions/renderer/logging_native_handler.h
|
| +++ b/extensions/renderer/logging_native_handler.h
|
| @@ -28,7 +28,7 @@ class LoggingNativeHandler : public ObjectBackedNativeHandler {
|
| // void(predicate, message?)
|
| void Dcheck(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| - // Equivalent to DCHECK_IS_ON.
|
| + // Equivalent to DCHECK_IS_ON().
|
| //
|
| // bool()
|
| void DcheckIsOn(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|