| Index: third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| index ff2eff457d9e45ecfa2c70e6bf8478792486b4a0..632be9c07f14bd0188ce549d98b2d95a77c987d7 100644
|
| --- a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| @@ -77,7 +77,7 @@ void GranularityStrategyTest::SetUp()
|
| {
|
| m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
|
| m_document = toHTMLDocument(&m_dummyPageHolder->document());
|
| - ASSERT(m_document);
|
| + DCHECK(m_document);
|
| dummyPageHolder().frame().settings()->setDefaultFontSize(12);
|
| dummyPageHolder().frame().settings()->setSelectionStrategy(SelectionStrategy::Direction);
|
| }
|
|
|