Chromium Code Reviews| Index: src/scopeinfo.h |
| diff --git a/src/scopeinfo.h b/src/scopeinfo.h |
| index cc9f8165a260eecf57260f644327c26e956285f3..2552af22f57bc099227cd575937eded7654a0721 100644 |
| --- a/src/scopeinfo.h |
| +++ b/src/scopeinfo.h |
| @@ -220,7 +220,7 @@ class ContextSlotCache { |
| ASSERT(index == this->index()); |
| } |
| - inline Value(uint32_t value) : value_(value) {} |
| + explicit inline Value(uint32_t value) : value_(value) {} |
| uint32_t raw() { return value_; } |