| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 2e3ffa55e7005defc39f2e57463b3dfea43b8aba..43ed6769f2a615a526d832652643674eb7b3d6d5 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 Database;
|
| @@ -129,7 +128,6 @@ class MainThreadTaskRunner;
|
| class MediaQueryList;
|
| class MediaQueryMatcher;
|
| class MouseEventWithHitTestResults;
|
| -class NamedFlowCollection;
|
| class NodeFilter;
|
| class NodeIterator;
|
| class Page;
|
| @@ -320,10 +318,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;
|
|
|
| /**
|
| @@ -1325,8 +1319,6 @@ private:
|
|
|
| RefPtr<CustomElementRegistrationContext> m_registrationContext;
|
|
|
| - RefPtr<NamedFlowCollection> m_namedFlows;
|
| -
|
| void elementDataCacheClearTimerFired(Timer<Document>*);
|
| Timer<Document> m_elementDataCacheClearTimer;
|
|
|
|
|