| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| index 13fcacc5688b83a619a78f3d090aa4490483e604..4a84590624d0e727fb2bf8fc33eeacb7ef073600 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| @@ -14,6 +14,7 @@ function test()
|
| }
|
| MockProject.prototype.isServiceProject = function() { return false; };
|
| MockProject.prototype.type = function() { return WebInspector.projectTypes.Debugger; }
|
| + MockProject.prototype.url = function() { return "mock://debugger-ui/"; }
|
|
|
| InspectorTest.runTestSuite([
|
| function testUISourceCode(next)
|
|
|