| Index: third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp b/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| index 923c4046074156af8a451f0de9e8cfaa757ede66..c915e17df2d5c88a884cad83464a17d13a8396e6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.cpp
|
| @@ -177,7 +177,7 @@ void HTMLDialogElement::removedFrom(ContainerNode* insertionPoint)
|
|
|
| void HTMLDialogElement::setCentered(LayoutUnit centeredPosition)
|
| {
|
| - ASSERT(m_centeringMode == NeedsCentering);
|
| + DCHECK_EQ(m_centeringMode, NeedsCentering);
|
| m_centeredPosition = centeredPosition;
|
| m_centeringMode = Centered;
|
| }
|
|
|