Index: Source/core/css/CSSStyleSheet.cpp |
diff --git a/Source/core/css/CSSStyleSheet.cpp b/Source/core/css/CSSStyleSheet.cpp |
index c471ab243d6890f6520a6a403025644d8d35609f..df9cae1a5efc7f8a4a903c8acb07db16b027982a 100644 |
--- a/Source/core/css/CSSStyleSheet.cpp |
+++ b/Source/core/css/CSSStyleSheet.cpp |
@@ -74,7 +74,7 @@ private: |
RawPtrWillBeMember<CSSStyleSheet> m_styleSheet; |
}; |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
static bool isAcceptableCSSStyleSheetParent(Node* parentNode) |
{ |
// Only these nodes can be parents of StyleSheets, and they need to call |