Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index cfc2d12ad1ffeead5cfbab9390acb701aac40e01..6c189947a7b17abd52a1c503a810e9c0c764532e 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9203,7 +9203,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; |