| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index e8d963db846855789005c49492cea28eb0755c70..88471640121dd300293fc13153c8602b60494144 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -973,7 +973,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
|
|
|