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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.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.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py
index 8965871d1fd57a6249c8fb9d5c45181145f53a71..e40aa9b9953e68018cf47bec6294ccf6ebaf1ab2 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py
@@ -112,7 +112,6 @@ _DEPRECATED_MACROS = [
['ASSERT', 'DCHECK or its variants'],
['ASSERT_UNUSED', 'DCHECK or its variants'],
['ASSERT_NOT_REACHED', 'NOTREACHED'],
- ['ASSERT_WITH_SECURITY_IMPLICATION', 'SECURITY_DCHECK'],
['WTF_LOG', 'DVLOG']
]

Powered by Google App Engine
This is Rietveld 408576698