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

Unified Diff: runtime/vm/thread_interrupter_win.cc

Issue 1061033005: Remove profiler signal handler on shutdown (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« runtime/vm/thread_interrupter.cc ('K') | « runtime/vm/thread_interrupter_macos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_interrupter_win.cc
diff --git a/runtime/vm/thread_interrupter_win.cc b/runtime/vm/thread_interrupter_win.cc
index 8f0ed959ddeb1481a329f98bf0ce43ca6cede058..07feed063a07e5e70685e3a71238beb651b9e664 100644
--- a/runtime/vm/thread_interrupter_win.cc
+++ b/runtime/vm/thread_interrupter_win.cc
@@ -110,6 +110,12 @@ void ThreadInterrupter::InstallSignalHandler() {
// Nothing to do on Windows.
}
+
+void ThreadInterrupter::RemoveSignalHandler() {
+ // Nothing to do on Windows.
+}
+
+
} // namespace dart
#endif // defined(TARGET_OS_WINDOWS)
« runtime/vm/thread_interrupter.cc ('K') | « runtime/vm/thread_interrupter_macos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698