| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 14000a7ad4f4231411bac5b82d030489dfe5213e..428918491b75c6d869712ca292a15931ec6e9e31 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -77,7 +77,6 @@ class ContentSecurityPolicyResponseHeaders;
|
| class ContextFeatures;
|
| class CustomElementRegistrationContext;
|
| class DOMImplementation;
|
| -class DOMNamedFlowCollection;
|
| class DOMSelection;
|
| class DOMWindow;
|
| class DOMWrapperWorld;
|
| @@ -130,7 +129,6 @@ class MainThreadTaskRunner;
|
| class MediaQueryList;
|
| class MediaQueryMatcher;
|
| class MouseEventWithHitTestResults;
|
| -class NamedFlowCollection;
|
| class NodeFilter;
|
| class NodeIterator;
|
| class Page;
|
| @@ -302,12 +300,6 @@ public:
|
| PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&);
|
| PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser);
|
|
|
| - PassRefPtr<DOMNamedFlowCollection> webkitGetNamedFlows();
|
| -
|
| - NamedFlowCollection* namedFlows();
|
| -
|
| - bool regionBasedColumnsEnabled() const;
|
| -
|
| /**
|
| * Retrieve all nodes that intersect a rect in the window's document, until it is fully enclosed by
|
| * the boundaries of a node.
|
| @@ -1281,8 +1273,6 @@ private:
|
|
|
| RefPtr<CustomElementRegistrationContext> m_registrationContext;
|
|
|
| - RefPtr<NamedFlowCollection> m_namedFlows;
|
| -
|
| void sharedObjectPoolClearTimerFired(Timer<Document>*);
|
| Timer<Document> m_sharedObjectPoolClearTimer;
|
|
|
|
|