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

Unified Diff: third_party/WebKit/Source/core/layout/line/LineBoxList.h

Issue 2871983002: blink: Remove CHECK_CONSISTENCY. (Closed)
Patch Set: . Created 3 years, 7 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/line/LineBoxList.h
diff --git a/third_party/WebKit/Source/core/layout/line/LineBoxList.h b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
index ac7a4c8d077d63987b69efb9b15dc5738be2f82b..d639d1fe38050ad91e89df49db3ba927ac7786ea 100644
--- a/third_party/WebKit/Source/core/layout/line/LineBoxList.h
+++ b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
@@ -57,8 +57,6 @@ class LineBoxList {
InlineFlowBox* FirstLineBox() const { return first_line_box_; }
InlineFlowBox* LastLineBox() const { return last_line_box_; }
- void CheckConsistency() const;
-
void AppendLineBox(InlineFlowBox*);
void DeleteLineBoxTree();
@@ -100,10 +98,6 @@ class LineBoxList {
InlineFlowBox* last_line_box_;
};
-#if !DCHECK_IS_ON()
-inline void LineBoxList::CheckConsistency() const {}
-#endif
-
} // namespace blink
#endif // LineBoxList_h

Powered by Google App Engine
This is Rietveld 408576698