| Index: third_party/WebKit/LayoutTests/inspector/tracing.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing.html b/third_party/WebKit/LayoutTests/inspector/tracing.html
|
| index c0fb91148914a1188996f88c6587467985d6a981..748ed3811e299100eac1df2c858e0215d6e325a5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing.html
|
| @@ -85,7 +85,7 @@ function test()
|
|
|
| for (var i = 0; i < events.length; ++i) {
|
| var event = events[i];
|
| - if (event.phase === WebInspector.TracingModel.Phase.Complete)
|
| + if (event.phase === SDK.TracingModel.Phase.Complete)
|
| ++phaseComplete;
|
| if (event.name in knownEvents)
|
| ++knownEvents[event.name];
|
|
|