Randell, fyi Coverity thinks that a part of the code could be simplified dead_error_condition: The condition aProcessIdle must be true. https://searchfox.org/mozilla-central/source/dom/base/TimeoutManager.cpp#924 as we do "if (aProcessIdle) {" a few lines above: https://searchfox.org/mozilla-central/source/dom/base/TimeoutManager.cpp#917
Bug 1270059 Comment 44 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Randell, fyi Coverity thinks that a part of the code could be simplified > dead_error_condition: The condition aProcessIdle must be true. https://searchfox.org/mozilla-central/source/dom/base/TimeoutManager.cpp#924 as we do ```if (aProcessIdle) {``` a few lines above: https://searchfox.org/mozilla-central/source/dom/base/TimeoutManager.cpp#917