| Index: Source/WebCore/dom/Document.h
|
| ===================================================================
|
| --- Source/WebCore/dom/Document.h (revision 88811)
|
| +++ Source/WebCore/dom/Document.h (working copy)
|
| @@ -553,8 +553,7 @@
|
| void setVisuallyOrdered();
|
| bool visuallyOrdered() const { return m_visuallyOrdered; }
|
|
|
| - void setDocumentLoader(DocumentLoader* documentLoader) { m_documentLoader = documentLoader; }
|
| - DocumentLoader* loader() const { return m_documentLoader; }
|
| + DocumentLoader* loader() const;
|
|
|
| void open(Document* ownerDocument = 0);
|
| void implicitOpen();
|
| @@ -1143,7 +1142,6 @@
|
| mutable RefPtr<CSSPrimitiveValueCache> m_cssPrimitiveValueCache;
|
|
|
| Frame* m_frame;
|
| - DocumentLoader* m_documentLoader;
|
| OwnPtr<CachedResourceLoader> m_cachedResourceLoader;
|
| RefPtr<DocumentParser> m_parser;
|
| bool m_wellFormed;
|
|
|