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