Chromium Code Reviews| Index: cc/rate_limiter.cc |
| diff --git a/cc/rate_limiter.cc b/cc/rate_limiter.cc |
| index b26959e26b18caa2b374735e7eea8edb6103826e..d772e3e48080dc560a36883271c67c4664c8a8f8 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); |
| + DCHECK(context); |
| } |
| RateLimiter::~RateLimiter() |