Chromium Code Reviews| Index: runtime/vm/os_win.cc |
| diff --git a/runtime/vm/os_win.cc b/runtime/vm/os_win.cc |
| index 800e7591c9c73e4de8aef8f7051694b6fbb68199..bacec0e50b684e5d04600f8d83cf0440be9e66f3 100644 |
| --- a/runtime/vm/os_win.cc |
| +++ b/runtime/vm/os_win.cc |
| @@ -162,6 +162,11 @@ uword OS::GetStackSizeLimit() { |
| } |
| +bool OS::AllowStackFrameIteratorFromAnotherThread() { |
| + return true; |
| +} |
| + |
| + |
| int OS::NumberOfAvailableProcessors() { |
| SYSTEM_INFO info; |
| GetSystemInfo(&info); |