| Index: third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html b/third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html
|
| index 38c9aad9c3c67945180beebe5b8cdc56cc4cab26..8edbda8790d484353db0d29b2350803c4f80465b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html
|
| @@ -6,7 +6,7 @@ function test()
|
| {
|
| var settingPrefix = "test";
|
| var namePrefix = "Test snippet #";
|
| - var snippetStorage = new WebInspector.SnippetStorage(settingPrefix, namePrefix);
|
| + var snippetStorage = new Snippets.SnippetStorage(settingPrefix, namePrefix);
|
|
|
| function dumpSnippets(snippets)
|
| {
|
|
|