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

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

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.h
diff --git a/chrome/renderer/extensions/logging_native_handler.h b/chrome/renderer/extensions/logging_native_handler.h
index 449499bec7e4d3494d48cbbb20641bcf5523550f..40fd26bac0b529bd0c05e4784ffcca5c04714740 100644
--- a/chrome/renderer/extensions/logging_native_handler.h
+++ b/chrome/renderer/extensions/logging_native_handler.h
@@ -27,7 +27,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);
« no previous file with comments | « chrome/renderer/extensions/chrome_v8_context_set.cc ('k') | chrome/renderer/extensions/logging_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698