| Index: Source/devtools/front_end/common/Throttler.js
|
| diff --git a/Source/devtools/front_end/common/Throttler.js b/Source/devtools/front_end/common/Throttler.js
|
| index 398e03fd2c7db285c9c8cddf6c86e8d3e9e60b2f..302d3f67b14df4a7789860b02f304f489b2d2ea1 100644
|
| --- a/Source/devtools/front_end/common/Throttler.js
|
| +++ b/Source/devtools/front_end/common/Throttler.js
|
| @@ -21,6 +21,12 @@ WebInspector.Throttler.prototype = {
|
| this._isRunningProcess = false;
|
| if (this._process)
|
| this._innerSchedule(false);
|
| + this._processCompletedForTests();
|
| + },
|
| +
|
| + _processCompletedForTests: function()
|
| + {
|
| + // For sniffing in tests.
|
| },
|
|
|
| _onTimeout: function()
|
|
|