| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 3cc4bacfdec70f14ef337263c38b7df5b6f44bce..5339bcce5a0b4f656f6a85bd19f56f442c1c406b 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -772,7 +772,7 @@ class Isolate {
|
|
|
| // Attempts to compute the current source location, storing the
|
| // result in the target out parameter.
|
| - void ComputeLocation(MessageLocation* target);
|
| + bool ComputeLocation(MessageLocation* target);
|
| bool ComputeLocationFromException(MessageLocation* target,
|
| Handle<Object> exception);
|
| bool ComputeLocationFromStackTrace(MessageLocation* target,
|
|
|