Chromium Code Reviews| Index: src/platform/elapsed-timer.h |
| diff --git a/src/platform/elapsed-timer.h b/src/platform/elapsed-timer.h |
| index 2311db2f5246c751a56aaa47b550cc6d595a56b3..8044bd084eb526930dfd13e3c06f75352c59165b 100644 |
| --- a/src/platform/elapsed-timer.h |
| +++ b/src/platform/elapsed-timer.h |
| @@ -103,7 +103,7 @@ class ElapsedTimer V8_FINAL BASE_EMBEDDED { |
| } |
| private: |
| - static V8_INLINE TimeTicks Now() { |
| + V8_INLINE(static TimeTicks Now()) { |
| TimeTicks now = TimeTicks::HighResNow(); |
| ASSERT(!now.IsNull()); |
| return now; |