| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index a2e4c702b57d1acffd1f3a5b08a063578dba9cdd..6935f84934b6aac63b8fe84c95fdfce9d507f323 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -78,7 +78,6 @@ class ContextFeatures;
|
| class CustomElementRegistrationContext;
|
| class DOMImplementation;
|
| class DOMNamedFlowCollection;
|
| -class DOMSecurityPolicy;
|
| class DOMSelection;
|
| class DOMWindow;
|
| class DOMWrapperWorld;
|
| @@ -363,8 +362,6 @@ public:
|
| bool hidden() const;
|
| void dispatchVisibilityStateChangeEvent();
|
|
|
| - DOMSecurityPolicy* securityPolicy();
|
| -
|
| PassRefPtr<Node> adoptNode(PassRefPtr<Node> source, ExceptionState&);
|
|
|
| PassRefPtr<HTMLCollection> images();
|
| @@ -1280,8 +1277,6 @@ private:
|
|
|
| RefPtr<NamedFlowCollection> m_namedFlows;
|
|
|
| - RefPtr<DOMSecurityPolicy> m_domSecurityPolicy;
|
| -
|
| void sharedObjectPoolClearTimerFired(Timer<Document>*);
|
| Timer<Document> m_sharedObjectPoolClearTimer;
|
|
|
|
|