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

Unified Diff: cc/RateLimiter.cpp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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: cc/RateLimiter.cpp
diff --git a/cc/RateLimiter.cpp b/cc/RateLimiter.cpp
index a52152561ca1f151d603e4468389330c14dd503e..fc301d0eb12612e93ce634f07dec854459931531 100644
--- a/cc/RateLimiter.cpp
+++ b/cc/RateLimiter.cpp
@@ -48,7 +48,7 @@ RateLimiter::RateLimiter(WebKit::WebGraphicsContext3D* context, RateLimiterClien
, m_active(false)
, m_client(client)
{
- ASSERT(context);
+ DCHECK(context);
}
RateLimiter::~RateLimiter()

Powered by Google App Engine
This is Rietveld 408576698