Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index fc57db7026df9aa5ce63971007866fbc11f705d6..f7d2b970c7f058c329e762a73fdceb39be7e4b27 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -310,11 +310,8 @@ public: |
PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser); |
bool cssStickyPositionEnabled() const; |
- bool cssRegionsEnabled() const; |
bool cssCompositingEnabled() const; |
-#if ENABLE(CSS_REGIONS) |
PassRefPtr<DOMNamedFlowCollection> webkitGetNamedFlows(); |
-#endif |
NamedFlowCollection* namedFlows(); |