Skip to content

Commit

Permalink
Backed out changeset cf4c2f956c4c (bug 1308039)
Browse files Browse the repository at this point in the history
UltraBlame original commit: 847976827ad6029e10137ff005ae4df158498757
  • Loading branch information
marco-c committed Sep 30, 2019
1 parent e71dbf5 commit a94bcea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dom/ipc/ProcessHangMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ HangMonitorChild::RecvForcePaint(const TabId& aTabId, const uint64_t& aLayerObse
}

JS_RequestInterruptCallback(mContext);
JS::RequestGCInterruptCallback(mContext);

return true;
}
Expand Down Expand Up @@ -1189,7 +1188,6 @@ mozilla::CreateHangMonitorChild(mozilla::ipc::Transport* aTransport,

JSContext* cx = danger::GetJSContext();
JS_AddInterruptCallback(cx, InterruptCallback);
JS::AddGCInterruptCallback(cx, InterruptCallback);

ProcessHangMonitor* monitor = ProcessHangMonitor::GetOrCreate();
HangMonitorChild* child = new HangMonitorChild(monitor);
Expand Down

0 comments on commit a94bcea

Please sign in to comment.