Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index e80cd4556016eff479bded7b8a67da31405babce..7ba30883c755bc358709d68e2f59a73a9864616b 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -785,9 +785,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(); |