Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index cd1117835bbfaeddbad991a9f6474bc539f65458..0fd3e03ae443e828b95f8afc1f2c1dcf2cf529f8 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1015,6 +1015,7 @@ class Isolate { |
void InvalidateHasInstanceProtector(); |
void InvalidateIsConcatSpreadableProtector(); |
void InvalidateStringLengthOverflowProtector(); |
+ void InvalidateArrayIteratorProtector(); |
// Returns true if array is the initial array prototype in any native context. |
bool IsAnyInitialArrayPrototype(Handle<JSArray> array); |