| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index 513ec735902e791f5c2d3b81f745cc40aada6b9c..9f2763733cc33168fd8ca0b8feee5944b6f1e3fc 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -155,7 +155,6 @@ class StackGuard V8_FINAL {
|
| V(DEBUGCOMMAND, DebugCommand) \
|
| V(TERMINATE_EXECUTION, TerminateExecution) \
|
| V(GC_REQUEST, GC) \
|
| - V(FULL_DEOPT, FullDeopt) \
|
| V(INSTALL_CODE, InstallCode) \
|
| V(API_INTERRUPT, ApiInterrupt) \
|
| V(DEOPT_MARKED_ALLOCATION_SITES, DeoptMarkedAllocationSites)
|
|
|