Chromium Code Reviews| Index: cc/rate_limiter.cc |
| diff --git a/cc/rate_limiter.cc b/cc/rate_limiter.cc |
| index f4e8a55f877971c24a7151a209d0842312ef93f9..5320d486220ae3af8a58662695870cf656359acc 100644 |
| --- a/cc/rate_limiter.cc |
| +++ b/cc/rate_limiter.cc |
| @@ -47,7 +47,7 @@ RateLimiter::RateLimiter(WebKit::WebGraphicsContext3D* context, RateLimiterClien |
| , m_active(false) |
| , m_client(client) |
| { |
| - ASSERT(context); |
| + CC_DCHECK(context); |
| } |
| RateLimiter::~RateLimiter() |