Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 90cf4c63d6ce0542e06bca436fcdb3d23bdbceb2..125fcfe4284a7aeeced734ff9aa0b73841c12c35 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -958,7 +958,7 @@ class Isolate { |
static const int kArrayProtectorInvalid = 0; |
bool IsFastArrayConstructorPrototypeChainIntact(); |
- bool IsArraySpeciesLookupChainIntact(); |
+ inline bool IsArraySpeciesLookupChainIntact(); |
// On intent to set an element in object, make sure that appropriate |
// notifications occur if the set is on the elements of the array or |