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

Unified Diff: Source/devtools/front_end/sdk/DOMStorage.js

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/devtools/front_end/sdk/ContentProviders.js ('k') | Source/devtools/front_end/sdk/Database.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/DOMStorage.js
diff --git a/Source/devtools/front_end/sdk/DOMStorage.js b/Source/devtools/front_end/sdk/DOMStorage.js
index 3b90bee20392976b440de543b5a9fab3f2507e7b..d10aa05ff965a079dd114ad4089c9f0f6a9de5a1 100644
--- a/Source/devtools/front_end/sdk/DOMStorage.js
+++ b/Source/devtools/front_end/sdk/DOMStorage.js
@@ -334,8 +334,3 @@ WebInspector.DOMStorageDispatcher.prototype = {
this._model._domStorageItemUpdated(storageId, key, oldValue, value);
},
}
-
-/**
- * @type {!WebInspector.DOMStorageModel}
- */
-WebInspector.domStorageModel;
« no previous file with comments | « Source/devtools/front_end/sdk/ContentProviders.js ('k') | Source/devtools/front_end/sdk/Database.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698