| 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..0dd9c5938616ffb3cc88103955a4d56ec5164056 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
|
| @@ -57,11 +57,6 @@ Common.Throttler = class {
|
| this._innerSchedule(forceTimerUpdate);
|
| }
|
|
|
| - flush() {
|
| - if (this._process)
|
| - this._onTimeout();
|
| - }
|
| -
|
| /**
|
| * @param {boolean} forceTimerUpdate
|
| */
|
|
|