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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableCol.h

Issue 2758683002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/layout/ (Closed)
Patch Set: Rebase with latest Created 3 years, 9 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/LayoutTableCol.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.h b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
index a6244de4e5625d872014885a8752022c1d02a289..4272d43dc8887e6834e54e4b69b703430ef1a2c2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
@@ -93,7 +93,7 @@ class LayoutTableCol final : public LayoutTableBoxComponent {
return type == LayoutObjectLayoutTableCol || LayoutBox::isOfType(type);
}
void updateFromElement() override;
- void computePreferredLogicalWidths() override { ASSERT_NOT_REACHED(); }
+ void computePreferredLogicalWidths() override { NOTREACHED(); }
void insertedIntoTree() override;
void willBeRemovedFromTree() override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTable.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698