| Index: third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| index c7505efaa200ed1e141dea17f1c9089746e24069..391983728d42187cd5e110c44e70cd77b6d3e2a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp
|
| @@ -32,7 +32,7 @@ class LayoutThemeTest : public ::testing::Test {
|
| void LayoutThemeTest::SetUp() {
|
| m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
|
| m_document = &m_dummyPageHolder->document();
|
| - ASSERT(m_document);
|
| + DCHECK(m_document);
|
| }
|
|
|
| void LayoutThemeTest::setHtmlInnerHTML(const char* htmlContent) {
|
|
|