| Index: runtime/lib/developer.cc
|
| diff --git a/runtime/lib/developer.cc b/runtime/lib/developer.cc
|
| index bfce3e59ee113eb2eefdc27e9386aaec05f1d481..a2811ee3f39afcffc77430dc8ff78c296dc45e57 100644
|
| --- a/runtime/lib/developer.cc
|
| +++ b/runtime/lib/developer.cc
|
| @@ -18,7 +18,6 @@
|
| namespace dart {
|
|
|
| // Native implementations for the dart:developer library.
|
| -
|
| DEFINE_NATIVE_ENTRY(Developer_debugger, 2) {
|
| GET_NON_NULL_NATIVE_ARGUMENT(Bool, when, arguments->NativeArgAt(0));
|
| GET_NATIVE_ARGUMENT(String, msg, arguments->NativeArgAt(1));
|
|
|