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

Unified Diff: third_party/WebKit/Source/core/layout/TextAutosizer.cpp

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/Source/core/layout/TextAutosizer.cpp
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
index 252227f96d1e043dbc5ae190f083d6a47bf88fc2..44838fff84911253c0d28db3d383ab59970e5af8 100644
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
@@ -1129,7 +1129,7 @@ bool TextAutosizer::isWiderOrNarrowerDescendant(Cluster* cluster) {
}
TextAutosizer::Cluster* TextAutosizer::currentCluster() const {
- ASSERT_WITH_SECURITY_IMPLICATION(!m_clusterStack.isEmpty());
+ SECURITY_DCHECK(!m_clusterStack.isEmpty());
return m_clusterStack.last().get();
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutText.h ('k') | third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698