Index: third_party/WebKit/Source/modules/storage/StorageArea.cpp |
diff --git a/third_party/WebKit/Source/modules/storage/StorageArea.cpp b/third_party/WebKit/Source/modules/storage/StorageArea.cpp |
index 04546fa004e5bc4e1cc65830644819e05a4f50b5..bf60a6e72dd3f407292ebef188891070055a00e8 100644 |
--- a/third_party/WebKit/Source/modules/storage/StorageArea.cpp |
+++ b/third_party/WebKit/Source/modules/storage/StorageArea.cpp |
@@ -245,7 +245,7 @@ void StorageArea::DispatchSessionStorageEvent( |
bool StorageArea::IsEventSource(Storage* storage, |
WebStorageArea* source_area_instance) { |
- ASSERT(storage); |
+ DCHECK(storage); |
StorageArea* area = storage->Area(); |
return area->storage_area_.get() == source_area_instance; |
} |