| 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 e821282a6a4b07b5fb8d9f26a85fcfa0837f0662..b97f02a18e88d4189ca5107d45556a047d8e1935 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -976,7 +976,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));
|
| }
|
|
|