| Index: LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/resource-script-mapping.html b/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| index 483342a20df1dc799a4dc58e2e34adb480c83439..65a70a6a25ac3770b22bdc7eace857b58848a35d 100644
|
| --- a/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| +++ b/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| @@ -33,7 +33,7 @@ function test()
|
| InspectorTest.waitForWorkspaceUISourceCodeAddedEvent(originalUISourceCodeAdded);
|
| defaultScriptMapping.addScript(script);
|
| resourceScriptMapping.addScript(script);
|
| -
|
| +
|
| var originalUISourceCode;
|
| script.rawLocationToUILocation(0, 5);
|
|
|
| @@ -113,7 +113,7 @@ function test()
|
| InspectorTest.waitForWorkspaceUISourceCodeAddedEvent(originalUISourceCodeAdded);
|
| defaultScriptMapping.addScript(script1);
|
| resourceScriptMapping.addScript(script1);
|
| -
|
| +
|
| script1.rawLocationToUILocation(0, 5);
|
|
|
| function originalUISourceCodeAdded(uiSourceCode)
|
|
|