Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 7d3383a1951e3afc797708408dd42f9abbff1d15..adc42c986c709f91faab22b566af9a8c996e0329 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -236,7 +236,7 @@ void SingleThreadProxy::DoCommit() { |
layer_tree_host_impl_->CommitComplete(); |
-#if DCHECK_IS_ON |
+#if DCHECK_IS_ON() |
// In the single-threaded case, the scale and scroll deltas should never be |
// touched on the impl layer tree. |
scoped_ptr<ScrollAndScaleSet> scroll_info = |