Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1f3aa36b92e8659ed3fd665bca35cbcee73a3d50..002f230030d8612d6291859cd896a17af7b2a9f5 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9166,7 +9166,7 @@ class AllocationSite: public Struct { |
DECLARE_CAST(AllocationSite) |
static inline AllocationSiteMode GetMode( |
ElementsKind boilerplate_elements_kind); |
- static inline AllocationSiteMode GetMode(ElementsKind from, ElementsKind to); |
+ static AllocationSiteMode GetMode(ElementsKind from, ElementsKind to); |
static inline bool CanTrack(InstanceType type); |
static const int kTransitionInfoOffset = HeapObject::kHeaderSize; |