| 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 a8b6150735540af06064eee1a25b2af2dbe898f1..5af787c33be67398929fa4470e76aed9070c09f7 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| +++ b/third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h
|
| @@ -33,9 +33,7 @@
|
|
|
| #include "wtf/Assertions.h"
|
|
|
| -// TODO(meade): Revert this by 17 Mar 17.
|
| -// This is for investigating crbug.com/694520
|
| -// #if DCHECK_IS_ON()
|
| +#if DCHECK_IS_ON()
|
|
|
| #include "wtf/Threading.h"
|
|
|
| @@ -106,5 +104,5 @@
|
|
|
| } // namespace WTF
|
|
|
| -// #endif // DCHECK_IS_ON()
|
| +#endif // DCHECK_IS_ON()
|
| #endif // ThreadRestrictionVerifier_h
|
|
|