| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index b00be2822a15925670579819c610ccb86b024bdd..df8dd1c4ac4c5bff92d250c0179098cee7b674ee 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -362,7 +362,7 @@ typedef List<HeapObject*> DebugObjectCache;
|
| /* AstNode state. */ \
|
| V(int, ast_node_id, 0) \
|
| V(unsigned, ast_node_count, 0) \
|
| - V(bool, observer_delivery_pending, false) \
|
| + V(bool, microtask_pending, false) \
|
| V(HStatistics*, hstatistics, NULL) \
|
| V(HTracer*, htracer, NULL) \
|
| V(CodeTracer*, code_tracer, NULL) \
|
| @@ -788,9 +788,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();
|
|
|