Commit f4cc5195 authored by ernstm's avatar ernstm Committed by Commit bot

Disable v8 idle notification after commit.

Debug bots became flaky with the notification turned on (crash in the
V8 idle handler). Disabling by default.

NOTRY=True
TBR=zmo@chromium.org,jochen@chromium.org
BUG=414815

Review URL: https://codereview.chromium.org/586523002

Cr-Commit-Position: refs/heads/master@{#295581}
parent 6a1af5b4
...@@ -423,7 +423,7 @@ RenderWidgetCompositor::RenderWidgetCompositor(RenderWidget* widget, ...@@ -423,7 +423,7 @@ RenderWidgetCompositor::RenderWidgetCompositor(RenderWidget* widget,
bool threaded) bool threaded)
: threaded_(threaded), : threaded_(threaded),
widget_(widget), widget_(widget),
send_v8_idle_notification_after_commit_(true) { send_v8_idle_notification_after_commit_(false) {
CommandLine* cmd = CommandLine::ForCurrentProcess(); CommandLine* cmd = CommandLine::ForCurrentProcess();
if (cmd->HasSwitch(switches::kEnableV8IdleNotificationAfterCommit)) if (cmd->HasSwitch(switches::kEnableV8IdleNotificationAfterCommit))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment