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

Unified Diff: src/d8.cc

Issue 2744383002: Revert of [wasm] Initial signal handler (Closed)
Patch Set: Created 3 years, 9 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 | « src/compiler/x64/code-generator-x64.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index 4ab7af6d2c7fedd22e61b098b0d2038285d0f3d2..731fdb373528761b0ccd26c37096b100e22b6eb8 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -36,7 +36,6 @@
#include "src/msan.h"
#include "src/objects-inl.h"
#include "src/snapshot/natives.h"
-#include "src/trap-handler/trap-handler.h"
#include "src/utils.h"
#include "src/v8.h"
@@ -2954,13 +2953,6 @@
create_params.add_histogram_sample_callback = AddHistogramSample;
}
- if (i::trap_handler::UseTrapHandler()) {
- if (!v8::V8::RegisterDefaultSignalHandler()) {
- fprintf(stderr, "Could not register signal handler");
- exit(1);
- }
- }
-
Isolate* isolate = Isolate::New(create_params);
{
Isolate::Scope scope(isolate);
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698