| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index fc99e9e92229c86a9cdddb3ce16ed3cc11387ed8..515d42bdbea6e2d112127ea9cb2109f515481823 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -161,7 +161,7 @@ void LayerTreeHost::InitializeProxy(scoped_ptr<Proxy> proxy) {
|
| LayerTreeHost::~LayerTreeHost() {
|
| TRACE_EVENT0("cc", "LayerTreeHost::~LayerTreeHost");
|
|
|
| - CHECK(swap_promise_monitor_.empty());
|
| + DCHECK(swap_promise_monitor_.empty());
|
|
|
| BreakSwapPromises(SwapPromise::COMMIT_FAILS);
|
|
|
|
|