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

Unified Diff: LayoutTests/http/tests/inspector/indexeddb/database-data.html

Issue 148253005: DevTools: remove references to modules/indexeddb from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 months 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
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/devtools/front_end/IndexedDBModel.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/indexeddb/database-data.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
index e6a152250ea26dfcbec9e0aaec52b89bf5e253de..92ae39ae91dc1f3b5695e199eafd575a8e63f609 100644
--- a/LayoutTests/http/tests/inspector/indexeddb/database-data.html
+++ b/LayoutTests/http/tests/inspector/indexeddb/database-data.html
@@ -55,9 +55,8 @@ function test()
callback();
return;
}
- entry = entries[index];
+ entry = entries[index++];
entry.value.callFunctionJSON(dumpMe, undefined, dumped.bind(this));
- ++index;
}
function dumpMe()
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/devtools/front_end/IndexedDBModel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698