| Index: src/heap/spaces.h
 | 
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
 | 
| index c468ca4d87ff8964e4a8c9fbaf8d0854571b335c..8a52746a261714d3f31e6824db6a59160caa8f78 100644
 | 
| --- a/src/heap/spaces.h
 | 
| +++ b/src/heap/spaces.h
 | 
| @@ -2601,7 +2601,7 @@ class NewSpace : public Space {
 | 
|    // Return the available bytes without growing.
 | 
|    intptr_t Available() override { return Capacity() - Size(); }
 | 
|  
 | 
| -  inline size_t AllocatedSinceLastGC();
 | 
| +  V8_INLINE size_t AllocatedSinceLastGC();
 | 
|  
 | 
|    void ReplaceWithEmptyPage(Page* page) {
 | 
|      // This method is called after flipping the semispace.
 | 
| 
 |