Reviewers: Sven Panne,
Message:
Committed patchset #1 manually as 22813.
Description:
Fix typo.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=22813
Please review this at https://codereview.chromium.org/442443002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/assert-scope.h
Index: src/assert-scope.h
diff --git a/src/assert-scope.h b/src/assert-scope.h
index
82ba66505df363fc68c93abad5b10dc8b45abb9f..7cfec567ba6f093a172ad4e84aac8c9349067802
100644
--- a/src/assert-scope.h
+++ b/src/assert-scope.h
@@ -74,7 +74,7 @@ class PerThreadAssertScopeBase {
~PerThreadAssertScopeBase() {
if (!data_->decrement_level()) return;
for (int i = 0; i < LAST_PER_THREAD_ASSERT_TYPE; i++) {
- ASSERT(data_->get(static_cast<PerThreadAssertType>(i)));
+ DCHECK(data_->get(static_cast<PerThreadAssertType>(i)));
}
delete data_;
SetThreadLocalData(NULL);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.