Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1029)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py

Issue 2458003002: Remove ASSERT_WITH_SECURITY_IMPLICATION. (Closed)
Patch Set: Minor formatting fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]')
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py ('k') | third_party/WebKit/public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698