| Index: content/browser/dom_storage/dom_storage_message_filter.cc
|
| ===================================================================
|
| --- content/browser/dom_storage/dom_storage_message_filter.cc (revision 174994)
|
| +++ content/browser/dom_storage/dom_storage_message_filter.cc (working copy)
|
| @@ -40,7 +40,9 @@
|
| }
|
|
|
| void DOMStorageMessageFilter::UninitializeInSequence() {
|
| - DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| + // TODO(michaeln): Restore this DCHECK once crbug/166470 and crbug/164403
|
| + // are resolved.
|
| + // DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| context_->RemoveEventObserver(this);
|
| host_.reset();
|
| }
|
|
|