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

Unified Diff: third_party/WebKit/Source/modules/storage/StorageNamespace.cpp

Issue 2811523002: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in modules/storage (Closed)
Patch Set: rebase Created 3 years, 8 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 | « third_party/WebKit/Source/modules/storage/StorageArea.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/storage/StorageNamespace.cpp
diff --git a/third_party/WebKit/Source/modules/storage/StorageNamespace.cpp b/third_party/WebKit/Source/modules/storage/StorageNamespace.cpp
index 528b8a1852887d758641f1e64c71be8715defcb9..ac6857ea299cc2a2e976f4ac22d58c9c9c84908d 100644
--- a/third_party/WebKit/Source/modules/storage/StorageNamespace.cpp
+++ b/third_party/WebKit/Source/modules/storage/StorageNamespace.cpp
@@ -43,7 +43,7 @@ StorageNamespace::StorageNamespace(
StorageNamespace::~StorageNamespace() {}
StorageArea* StorageNamespace::LocalStorageArea(SecurityOrigin* origin) {
- ASSERT(IsMainThread());
+ DCHECK(IsMainThread());
static WebStorageNamespace* local_storage_namespace = nullptr;
if (!local_storage_namespace)
local_storage_namespace =
« no previous file with comments | « third_party/WebKit/Source/modules/storage/StorageArea.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698