Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/snippet-storage.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698