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

Unified Diff: third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h

Issue 2896443003: Replace remaining ASSERT with DCHECK/_EQ as appropriate (Closed)
Patch Set: actually fix WorkerBackingthread Created 3 years, 7 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: third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
diff --git a/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h b/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
index 5ebbad66ca3392016e839d748d80dbe985a4e879..299751c6ad002ebdc88e463c5664c729a6fa9649 100644
--- a/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
+++ b/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
@@ -37,7 +37,7 @@ struct StructTraits<blink::mojom::ReferrerDataView, blink::Referrer> {
static_cast<blink::ReferrerPolicy>(webReferrerPolicy);
out->referrer = AtomicString(referrer.GetString());
- // Mimics the ASSERT() done in the blink::Referrer constructor.
+ // Mimics the DCHECK() done in the blink::Referrer constructor.
return referrer.IsValid() || out->referrer == blink::Referrer::NoReferrer();
}
};
« no previous file with comments | « third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp ('k') | third_party/WebKit/Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698