| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 9f05661ac436179aa082042cbee19a864b101098..3633d7897d537c8bf082d8be9009af44cb58521b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -333,7 +333,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| if (needsLayout())
|
| showLayoutTreeForThis();
|
| #endif
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout());
|
| + SECURITY_DCHECK(!needsLayout());
|
| }
|
|
|
| void assertSubtreeIsLaidOut() const {
|
|
|