Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc |
| index 796aaca89d032a40788d4cbc791d7e3b23635dca..9a16f7606938486a912eff8fb85722f2e3999f12 100644 |
| --- a/runtime/vm/dart_api_impl.cc |
| +++ b/runtime/vm/dart_api_impl.cc |
| @@ -77,7 +77,7 @@ const char* CanonicalFunction(const char* func) { |
| } |
| } |
| -#if 0 |
| +#if 1 |
|
Florian Schneider
2016/01/15 15:48:26
Remove the #if statement?
Cutch
2016/01/15 17:35:49
Done.
|
| #define API_TIMELINE_DURATION \ |
| TimelineDurationScope tds(Thread::Current(), \ |
| Timeline::GetVMApiStream(), \ |