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

Unified Diff: webkit/data/dom_storage/not_a_database.localstorage

Issue 9159020: Create a class to represent a DOM Storage Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments and add handling of a corrupt database file in LazyOpen Created 8 years, 11 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
Index: webkit/data/dom_storage/not_a_database.localstorage
diff --git a/webkit/data/dom_storage/not_a_database.localstorage b/webkit/data/dom_storage/not_a_database.localstorage
new file mode 100644
index 0000000000000000000000000000000000000000..d8dc18402f77991a0650eba62de2b4e141d1f87f
--- /dev/null
+++ b/webkit/data/dom_storage/not_a_database.localstorage
@@ -0,0 +1 @@
+I am not a local storage database.

Powered by Google App Engine
This is Rietveld 408576698