| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html
|
| index 10d73e6558b5ca29951dba6445fbda9506444148..3025548b79d21914345aca0cebe714d8493805bd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-checkContent.html
|
| @@ -16,7 +16,7 @@ function test()
|
|
|
| window.confirm = confirmOverride;
|
|
|
| - WebInspector.scriptSnippetModel.project().createFile("", null, "", onCreated.bind(this));
|
| + Snippets.scriptSnippetModel.project().createFile("", null, "", onCreated.bind(this));
|
| function onCreated(usc)
|
| {
|
| uiSourceCode = usc;
|
|
|