| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
|
| index 46ea3b8e0ed43fa472e8d10e2850ec53e5954a80..dff788497f3a7f5cf90b5f132b7b87d1a907d9b4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts-reload.html
|
| @@ -17,7 +17,7 @@ function test()
|
| function step2()
|
| {
|
| InspectorTest.queryScripts(function(script) { step3({ data: script }) });
|
| - InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, step3);
|
| + InspectorTest.debuggerModel.addEventListener(SDK.DebuggerModel.Events.ParsedScriptSource, step3);
|
| }
|
|
|
| function step3(event)
|
|
|