| Index: runtime/lib/developer.cc
|
| diff --git a/runtime/lib/developer.cc b/runtime/lib/developer.cc
|
| index e47e8effdfd5b13433a3cf72c77d4baf6e9ae9c1..c85c4270f4bc0c823bca567062023902bb854049 100644
|
| --- a/runtime/lib/developer.cc
|
| +++ b/runtime/lib/developer.cc
|
| @@ -17,7 +17,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));
|
|
|