| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 0a2440425f18cbccc996c17312f7b0749763b65a..d1f7003c12353c3946c88c4ca719bf46cc924206 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -789,7 +789,6 @@ 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();
|
|
|