commit | 8b112d2025046f85ef7f6be087c6129c872ebad2 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Wed Jun 08 16:22:53 2011 +0100 |
committer | Ben Murdoch <benm@google.com> | Wed Jun 08 16:56:58 2011 +0100 |
tree | a52884866a47449a8037fc3a960fb5a1ba665ceb | |
parent | 7eeff62978ae0a77c5a22455e231e22c10a89958 [diff] [blame] |
Merge V8 at r7668: Initial merge by Git. Change-Id: I1703c8b4f5c63052451a22cf3fb878abc9a0ec75
diff --git a/src/scopeinfo.h b/src/scopeinfo.h index cc9f816..2552af2 100644 --- a/src/scopeinfo.h +++ b/src/scopeinfo.h
@@ -220,7 +220,7 @@ ASSERT(index == this->index()); } - inline Value(uint32_t value) : value_(value) {} + explicit inline Value(uint32_t value) : value_(value) {} uint32_t raw() { return value_; }