| Index: third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h b/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| index f215223db6ceac5d0e3acc029d8aae4108d5dbce..f4dea380fddb09edfd99c7e2616602d75b68b73f 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| +++ b/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| @@ -51,7 +51,7 @@ class ThreadRestrictionVerifier {
|
| void checkSafeToUse() const {
|
| // If this assert fires, it either indicates a thread safety issue or
|
| // that the verification needs to change.
|
| - ASSERT_WITH_SECURITY_IMPLICATION(isSafeToUse());
|
| + SECURITY_DCHECK(isSafeToUse());
|
| }
|
|
|
| // Call onRef() before refCount is incremented in ref().
|
|
|