| 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..515bf9586f37ddb1b46be5ac23683a0869eb42d2 100644
|
| --- a/extensions/renderer/logging_native_handler.h
|
| +++ b/extensions/renderer/logging_native_handler.h
|
| @@ -28,10 +28,10 @@ class LoggingNativeHandler : public ObjectBackedNativeHandler {
|
| // void(predicate, message?)
|
| void Dcheck(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| - // Equivalent to DCHECK_IS_ON.
|
| + // Equivalent to DCHECK_IS_OFF.
|
| //
|
| // bool()
|
| - void DcheckIsOn(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| + void DcheckIsOff(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| // Equivalent to LOG(INFO) << message.
|
| //
|
|
|