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

Unified Diff: Source/core/dom/NamedFlow.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/Element.idl ('k') | Source/core/dom/NamedFlow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NamedFlow.cpp
diff --git a/Source/core/dom/NamedFlow.cpp b/Source/core/dom/NamedFlow.cpp
index 698108a2641a5f7a840fd1b53e9a6673feba033f..871c63374e282189caf42e03f62248645bd40441 100644
--- a/Source/core/dom/NamedFlow.cpp
+++ b/Source/core/dom/NamedFlow.cpp
@@ -30,6 +30,7 @@
#include "config.h"
#include "core/dom/NamedFlow.h"
+#include "RuntimeEnabledFeatures.h"
#include "core/dom/EventNames.h"
#include "core/dom/NamedFlowCollection.h"
#include "core/dom/ScriptExecutionContext.h"
@@ -45,6 +46,7 @@ NamedFlow::NamedFlow(PassRefPtr<NamedFlowCollection> manager, const AtomicString
, m_flowManager(manager)
, m_parentFlowThread(0)
{
+ ASSERT(RuntimeEnabledFeatures::cssRegionsEnabled());
}
NamedFlow::~NamedFlow()
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/NamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698