| Index: third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h b/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| index 1e95957fa5663fcbfdf3c1380fedc959443e35b5..dc412ea105d31ea91e6815bd0c9296bfa42e8c9f 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| @@ -19,7 +19,7 @@ class LineLayoutRubyRun : public LineLayoutBlockFlow {
|
|
|
| explicit LineLayoutRubyRun(const LineLayoutItem& item)
|
| : LineLayoutBlockFlow(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isRubyRun());
|
| + SECURITY_DCHECK(!item || item.isRubyRun());
|
| }
|
|
|
| explicit LineLayoutRubyRun(std::nullptr_t) : LineLayoutBlockFlow(nullptr) {}
|
|
|