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

Unified Diff: chrome/renderer/extensions/logging_native_handler.cc

Issue 195973002: Change DCHECK_IS_ON() to DCHECK_IS_ON (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep a comment Created 6 years, 9 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: chrome/renderer/extensions/logging_native_handler.cc
diff --git a/chrome/renderer/extensions/logging_native_handler.cc b/chrome/renderer/extensions/logging_native_handler.cc
index 2abffaaaa6bff86c3bcac08dcf350c72f2c31ac1..631fe5676a83b11d03de5eddb471935965b39a77 100644
--- a/chrome/renderer/extensions/logging_native_handler.cc
+++ b/chrome/renderer/extensions/logging_native_handler.cc
@@ -43,7 +43,7 @@ void LoggingNativeHandler::Dcheck(
void LoggingNativeHandler::DcheckIsOn(
const v8::FunctionCallbackInfo<v8::Value>& args) {
- args.GetReturnValue().Set(DCHECK_IS_ON());
+ args.GetReturnValue().Set(DCHECK_IS_ON);
}
void LoggingNativeHandler::Log(
« no previous file with comments | « chrome/renderer/extensions/logging_native_handler.h ('k') | content/common/gpu/media/gpu_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698