| Index: Source/core/dom/Document.cpp | 
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp | 
| index 115ff18a9db04b14218dfc8b9ede21dfe1dd9d6d..83ceca106b7aff1ed4ca9993a0980a6edabf4fec 100644 | 
| --- a/Source/core/dom/Document.cpp | 
| +++ b/Source/core/dom/Document.cpp | 
| @@ -1111,8 +1111,6 @@ bool Document::cssGridLayoutEnabled() const | 
| return settings() && settings()->cssGridLayoutEnabled(); | 
| } | 
|  | 
| -#if ENABLE(CSS_REGIONS) | 
| - | 
| PassRefPtr<DOMNamedFlowCollection> Document::webkitGetNamedFlows() | 
| { | 
| if (!cssRegionsEnabled() || !renderer()) | 
| @@ -1123,8 +1121,6 @@ PassRefPtr<DOMNamedFlowCollection> Document::webkitGetNamedFlows() | 
| return namedFlows()->createCSSOMSnapshot(); | 
| } | 
|  | 
| -#endif | 
| - | 
| NamedFlowCollection* Document::namedFlows() | 
| { | 
| if (!m_namedFlows) | 
|  |