| Index: third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/common/Throttler.js b/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| index 5bc43cc9a16adf4755fd1ab1ee6a560e8803db9e..c2f39f562e230ddf8680527dac03888e3be981b9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| @@ -73,7 +73,7 @@ Common.Throttler = class {
|
| if (this._processTimeout)
|
| this._clearTimeout(this._processTimeout);
|
|
|
| - var timeout = this._asSoonAsPossible ? 0 : this._timeout;
|
| + var timeout = this._asSoonAsPossible ? 1 : this._timeout;
|
| this._processTimeout = this._setTimeout(this._onTimeout.bind(this), timeout);
|
| }
|
|
|
|
|