Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index f5e60dda0400b1392ab0eeca5590d765400400ed..b943fd8118a7c9e5582a3e9ed2ad06e25206e2cd 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -789,9 +789,6 @@ class Isolate { |
| // result in the target out parameter. |
| void ComputeLocation(MessageLocation* target); |
| - // Override command line flag. |
| - void TraceException(bool flag); |
| - |
| // Out of resource exception helpers. |
| Failure* StackOverflow(); |
| Failure* TerminateExecution(); |