Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: runtime/vm/os.h

Issue 2845053003: Fix asserts in StackFrameIterator which were effectively disabled (Closed)
Patch Set: Add StackFrameIterator::{ValidationPolicy,CrossThreadPolicy} enums Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/native_entry.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os.h
diff --git a/runtime/vm/os.h b/runtime/vm/os.h
index 9f1de5cb4bf15a232a49c7d09380fc02e6cd35e0..d1ec21490966894ea21f4167b6366df3d37058b5 100644
--- a/runtime/vm/os.h
+++ b/runtime/vm/os.h
@@ -76,10 +76,6 @@ class OS {
// the platform doesn't care. Guaranteed to be a power of two.
static intptr_t PreferredCodeAlignment();
- // Returns true if StackFrameIterator can be used from an isolate that isn't
- // the calling thread's current isolate.
- static bool AllowStackFrameIteratorFromAnotherThread();
-
// Returns number of available processor cores.
static int NumberOfAvailableProcessors();
« no previous file with comments | « runtime/vm/native_entry.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698