Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index d8a50c15679658644eb267fbf4d19ce9def9d037..95c300f3a948fea72c49eda74ec084c9f6a655ee 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1010,7 +1010,6 @@ |
inline bool IsHasInstanceLookupChainIntact(); |
bool IsIsConcatSpreadableLookupChainIntact(); |
bool IsIsConcatSpreadableLookupChainIntact(JSReceiver* receiver); |
- inline bool IsStringLengthOverflowIntact(); |
// 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 |
@@ -1029,7 +1028,6 @@ |
void InvalidateArraySpeciesProtector(); |
void InvalidateHasInstanceProtector(); |
void InvalidateIsConcatSpreadableProtector(); |
- void InvalidateStringLengthOverflowProtector(); |
// Returns true if array is the initial array prototype in any native context. |
bool IsAnyInitialArrayPrototype(Handle<JSArray> array); |