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

Unified Diff: Source/core/dom/NamedFlowCollection.cpp

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version Created 7 years, 8 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
« no previous file with comments | « Source/core/dom/NamedFlow.idl ('k') | Source/core/dom/NodeRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NamedFlowCollection.cpp
diff --git a/Source/core/dom/NamedFlowCollection.cpp b/Source/core/dom/NamedFlowCollection.cpp
index ef75c9309d73a75c2f9a69d768c68391b6cd66c5..ea888317daf13620d86b8b99605da9ef90b3620d 100644
--- a/Source/core/dom/NamedFlowCollection.cpp
+++ b/Source/core/dom/NamedFlowCollection.cpp
@@ -30,6 +30,7 @@
#include "config.h"
#include "core/dom/NamedFlowCollection.h"
+#include "RuntimeEnabledFeatures.h"
#include "core/dom/DOMNamedFlowCollection.h"
#include "core/dom/Document.h"
#include "core/dom/NamedFlow.h"
@@ -43,6 +44,7 @@ namespace WebCore {
NamedFlowCollection::NamedFlowCollection(Document* document)
: ContextDestructionObserver(document)
{
+ ASSERT(RuntimeEnabledFeatures::cssRegionsEnabled());
}
Vector<RefPtr<NamedFlow> > NamedFlowCollection::namedFlows()
« no previous file with comments | « Source/core/dom/NamedFlow.idl ('k') | Source/core/dom/NodeRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698