| 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 96caeb507e47e068382f7dad12433a80ebdd10bb..36ac9fb7c0278a81a52c4c4843cb491c3b2fa3d5 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);
|
| }
|
|
|