Index: third_party/WebKit/Source/platform/LayoutTestSupport.cpp |
diff --git a/third_party/WebKit/Source/platform/LayoutTestSupport.cpp b/third_party/WebKit/Source/platform/LayoutTestSupport.cpp |
index 53b2a97ada52f12a69436d8ba7634295c73a86fc..81cc1e44401e6191b0b426556326fad156208d0f 100644 |
--- a/third_party/WebKit/Source/platform/LayoutTestSupport.cpp |
+++ b/third_party/WebKit/Source/platform/LayoutTestSupport.cpp |
@@ -51,7 +51,7 @@ bool LayoutTestSupport::IsMockThemeEnabledForTest() { |
} |
void LayoutTestSupport::SetMockThemeEnabledForTest(bool value) { |
- ASSERT(g_is_running_layout_test); |
+ DCHECK(g_is_running_layout_test); |
g_is_mock_theme_enabled = value; |
} |