| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| index 52e455c03ca9631b0f8b876de3b81c0e3095d5fa..89354f6a21213abb27e177baa3b33e7085179eff 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| @@ -1580,9 +1580,6 @@ class CppStyleTest(CppStyleTestBase):
|
| self.assert_lint('ASSERT_NOT_REACHED()', 'ASSERT_NOT_REACHED is '
|
| 'deprecated. Use NOTREACHED instead. '
|
| '[build/deprecated] [5]')
|
| - self.assert_lint('ASSERT_WITH_SECURITY_IMPLICATION(foo)',
|
| - 'ASSERT_WITH_SECURITY_IMPLICATION is deprecated. Use '
|
| - 'SECURITY_DCHECK instead. [build/deprecated] [5]')
|
| self.assert_lint('WTF_LOG(foo)', 'WTF_LOG is deprecated. Use DVLOG '
|
| 'instead. [build/deprecated] [5]')
|
|
|
|
|