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

Unified Diff: extensions/renderer/logging_native_handler.h

Issue 842523002: base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheck2: withoutandroidchange Created 5 years, 11 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: 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);

Powered by Google App Engine
This is Rietveld 408576698