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

Unified Diff: runtime/vm/isolate.cc

Issue 1280013004: Restore frame validation (fixes to CL faaf60801f72). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Clean up test. Created 5 years, 4 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 | « no previous file | runtime/vm/thread_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index e0f8752c1d1ec4c1c163e4bcfd46bf6fec605b11..10873ae03c37990f98114808b4acab3361a9455b 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1627,8 +1627,8 @@ void Isolate::VisitObjectPointers(ObjectPointerVisitor* visitor,
deopt_context()->VisitObjectPointers(visitor);
}
- // Visit objects in thread registry (e.g., handles in zones).
- thread_registry()->VisitObjectPointers(visitor);
+ // Visit objects in thread registry (e.g., Dart stack, handles in zones).
+ thread_registry()->VisitObjectPointers(visitor, validate_frames);
}
« no previous file with comments | « no previous file | runtime/vm/thread_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698