| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index c90bcdd8d6eb5f1cb9e5ea4c9431527e5d2f8ebb..e1dac82b2c5c60eaa95c57fd1a428676f33428f0 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -105,7 +105,6 @@ REPLACE_RUNTIME_CALL(JSCreateScriptContext, Runtime::kAbort)
|
| #define REPLACE_UNIMPLEMENTED(op) \
|
| void JSGenericLowering::Lower##op(Node* node) { UNIMPLEMENTED(); }
|
| REPLACE_UNIMPLEMENTED(JSYield)
|
| -REPLACE_UNIMPLEMENTED(JSDebugger)
|
| #undef REPLACE_UNIMPLEMENTED
|
|
|
|
|
|
|