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

Unified Diff: src/handles.h

Issue 1210153003: Fix flag convention in handle count tests and comment. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | test/mjsunit/handle-count-ast.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index 2df5d040b6577965b19b6e1e2b6acfbe86cf25c0..eb2023cf335d8cc93571d857e6268108b0e081a2 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -226,7 +226,7 @@ class HandleScope {
Isolate* isolate() { return isolate_; }
- // Limit for number of handles with --check_handle-count. This is
+ // Limit for number of handles with --check-handle-count. This is
// large enough to compile natives and pass unit tests with some
// slack for future changes to natives.
static const int kCheckHandleThreshold = 30 * 1024;
« no previous file with comments | « no previous file | test/mjsunit/handle-count-ast.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698