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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutRuby.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/LayoutRuby.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutRuby.h b/third_party/WebKit/Source/core/layout/LayoutRuby.h
index 0e62ff7731ea146dd8b9a29a3ca726c40f4b7ce2..1197302f475e6046ffa938753473b4cfa0bd7214 100644
--- a/third_party/WebKit/Source/core/layout/LayoutRuby.h
+++ b/third_party/WebKit/Source/core/layout/LayoutRuby.h
@@ -96,9 +96,7 @@ class LayoutRubyAsBlock final : public LayoutBlockFlow {
return type == LayoutObjectRuby || LayoutBlockFlow::isOfType(type);
}
bool createsAnonymousWrapper() const override { return true; }
- void removeLeftoverAnonymousBlock(LayoutBlock*) override {
- ASSERT_NOT_REACHED();
- }
+ void removeLeftoverAnonymousBlock(LayoutBlock*) override { NOTREACHED(); }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutReplaced.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutRuby.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698