| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 5ad085fa2f86aa6f180a3512754cbc720eaa53f1..b5949b1c80a940236046f9a717fc6e7536654823 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -309,11 +309,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();
|
|
|
|
|