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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp

Issue 2695933003: Remove V8IsolateInterruptor (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
index 29dffc506ac32a55cf33ceb5480614f47b5f3a20..a0c4d830b0038274700ce939d2a12684a327e4e6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
@@ -429,8 +429,6 @@ void V8Initializer::initializeMainThread() {
}
ASSERT(ThreadState::mainThreadState());
- ThreadState::mainThreadState()->addInterruptor(
- WTF::makeUnique<V8IsolateInterruptor>(isolate));
ThreadState::mainThreadState()->registerTraceDOMWrappers(
isolate, V8GCController::traceDOMWrappers,
ScriptWrappableVisitor::invalidateDeadObjectsInMarkingDeque,
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8Binding.h ('k') | third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698