| Index: third_party/WebKit/Source/devtools/front_end/Tests.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| index af949dad16ebc424d6eda2088c433620d27d08ab..a3c65ac22d1963f3016b53f9dfa6b5f2501ac244 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -968,7 +968,7 @@
|
| continue;
|
| if (e.steps.length < 2)
|
| continue;
|
| - if (e.name.startsWith(prefix + 'Mouse') && typeof e.steps[0].timeWaitingForMainThread !== 'number')
|
| + if (e.name.startsWith(prefix + 'Mouse') && typeof WebInspector.TimelineData.forEvent(e.steps[0]).timeWaitingForMainThread !== 'number')
|
| throw `Missing timeWaitingForMainThread on ${e.name}`;
|
| expectedEvents.delete(e.name.substr(prefix.length));
|
| }
|
|
|