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