Chromium Code Reviews| Index: runtime/bin/stdio.cc |
| diff --git a/runtime/bin/stdio.cc b/runtime/bin/stdio.cc |
| index 916a3b8208f18fe434a43c6b02199c9f4c7588c6..7adec2b087f48a6ac6ccf1610b871e1921b89a02 100644 |
| --- a/runtime/bin/stdio.cc |
| +++ b/runtime/bin/stdio.cc |
| @@ -18,6 +18,7 @@ namespace dart { |
| namespace bin { |
| void FUNCTION_NAME(Stdin_ReadByte)(Dart_NativeArguments args) { |
| + ProfilerBlocker blocker; |
| Dart_SetReturnValue(args, Dart_NewInteger(Stdin::ReadByte())); |
| } |