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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h

Issue 2513893002: Make ifdefs consistent in WebKit/Source/core/ (Closed)
Patch Set: Created 4 years, 1 month 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/platform/graphics/paint/FilterDisplayItem.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
index 55744194a91b3367c6812cd7113b299199b41e51..1e63687e8288678fadab98e360868d4403b4e62e 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
@@ -66,7 +66,7 @@ class PLATFORM_EXPORT EndFilterDisplayItem final : public PairedEndDisplayItem {
WebDisplayItemList*) const override;
private:
-#if ENABLE(ASSERT)
+#ifdef NDEBUG
bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
return otherType == kBeginFilter;
}

Powered by Google App Engine
This is Rietveld 408576698