Descriptionmedia: Replace wtf/Assertions.h macros in favor of base/logging.h macros"
Replaced wtf/Assertions.h macros in favor of
base/logging.h macros in core/html/ folder.
ASSERT, ASSERT_UNUSED -> DCHECK
ASSERT_NOT_REACHED -> NOTREACHED
ASSERT_WITH_SECURITY_IMPLICATION -> SECURITY_DCHECK
BUG=596522
Committed: https://crrev.com/3457a685fe7ed2606c33167570222df0ecda8848
Cr-Commit-Position: refs/heads/master@{#395366}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : address nit #Messages
Total messages: 20 (11 generated)
|