Index: LayoutTests/inspector/snippet-storage.html |
diff --git a/LayoutTests/inspector/snippet-storage.html b/LayoutTests/inspector/snippet-storage.html |
index d0cd38a696974438ba9b524aa0ab8ec25360682a..6579d27fbedef873debb28443832ad7cfdd63fd9 100644 |
--- a/LayoutTests/inspector/snippet-storage.html |
+++ b/LayoutTests/inspector/snippet-storage.html |
@@ -7,7 +7,6 @@ function test() |
var settingPrefix = "test"; |
var namePrefix = "Test snippet #"; |
var snippetStorage = new WebInspector.SnippetStorage(settingPrefix, namePrefix); |
- snippetStorage.reset(); |
vsevik
2014/06/04 06:04:50
Do you really need to remove this? This was added
|
function dumpSnippets(snippets) |
{ |