| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index c5b3b315221c31ecf67e689a596ba87c22b0587c..8d04d3d0fcee31cd60534f797a57256f1739a544 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -124,7 +124,7 @@ PaintInvalidationReason LayoutEmbeddedObject::invalidatePaintIfNeeded(
|
| }
|
|
|
| void LayoutEmbeddedObject::layout() {
|
| - ASSERT(needsLayout());
|
| + DCHECK(needsLayout());
|
| LayoutAnalyzer::Scope analyzer(*this);
|
|
|
| updateLogicalWidth();
|
|
|