Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index d1f7003c12353c3946c88c4ca719bf46cc924206..0a2440425f18cbccc996c17312f7b0749763b65a 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -789,6 +789,7 @@ class Isolate { |
// Return pending location if any or unfilled structure. |
MessageLocation GetMessageLocation(); |
Failure* ThrowIllegalOperation(); |
+ Failure* ThrowInvalidStringLength(); |
// Promote a scheduled exception to pending. Asserts has_scheduled_exception. |
Failure* PromoteScheduledException(); |