| Index: Source/WebCore/css/CSSStyleSheet.h | 
| =================================================================== | 
| --- Source/WebCore/css/CSSStyleSheet.h	(revision 78109) | 
| +++ Source/WebCore/css/CSSStyleSheet.h	(working copy) | 
| @@ -87,7 +87,7 @@ | 
|  | 
| virtual void checkLoaded(); | 
|  | 
| -    Document* document() { return m_document; } | 
| +    Document* document(); | 
|  | 
| const String& charset() const { return m_charset; } | 
|  | 
| @@ -112,7 +112,6 @@ | 
| virtual bool isCSSStyleSheet() const { return true; } | 
| virtual String type() const { return "text/css"; } | 
|  | 
| -    Document* m_document; | 
| OwnPtr<CSSNamespace> m_namespaces; | 
| String m_charset; | 
| bool m_loadCompleted : 1; | 
|  |