Chromium Code Reviews| Index: runtime/lib/profiler.cc |
| diff --git a/runtime/lib/profiler.cc b/runtime/lib/profiler.cc |
| index a7342502559f7e415fb9bf04c3bac4b40e90dabe..e4762d67d9f504637cc1b5510ce8e982c72fee44 100644 |
| --- a/runtime/lib/profiler.cc |
| +++ b/runtime/lib/profiler.cc |
| @@ -15,7 +15,7 @@ namespace dart { |
| DECLARE_FLAG(bool, trace_intrinsified_natives); |
| -// dart:profiler. |
| +// Native implementations for the dart:developer library. |
|
Søren Gjesse
2015/05/18 10:08:31
Maybe add "the profiler part of" before "dart:deve
Cutch
2015/05/18 17:57:33
Done.
|
| DEFINE_NATIVE_ENTRY(UserTag_new, 2) { |
| ASSERT(TypeArguments::CheckedHandle(arguments->NativeArgAt(0)).IsNull()); |