| Index: third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp b/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
|
| index a451a14039665b4ff33ee72664a098fb179ed2d8..42473547bd36ab112862a3dade4745e9188aeb92 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebDocumentTest.cpp
|
| @@ -76,7 +76,7 @@ TEST_F(WebDocumentTest, InsertStyleSheet)
|
| ASSERT_EQ(0U, elementCount);
|
|
|
| HTMLElement* bodyElement = coreDoc->body();
|
| - ASSERT(bodyElement);
|
| + DCHECK(bodyElement);
|
|
|
| const ComputedStyle& styleBeforeInsertion = bodyElement->computedStyleRef();
|
|
|
|
|