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

Unified Diff: content/browser/dom_storage/dom_storage_message_filter_new.cc

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: content/browser/dom_storage/dom_storage_message_filter_new.cc
===================================================================
--- content/browser/dom_storage/dom_storage_message_filter_new.cc (revision 127221)
+++ content/browser/dom_storage/dom_storage_message_filter_new.cc (working copy)
@@ -42,6 +42,7 @@
DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
context_->RemoveEventObserver(this);
host_.reset();
+ context_ = NULL;
}
void DOMStorageMessageFilter::OnFilterAdded(IPC::Channel* channel) {

Powered by Google App Engine
This is Rietveld 408576698