| Index: Source/core/css/StyleSheetList.h
|
| diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h
|
| index c0528415993cad54a318a930d17fd0567a298e08..a676312b213907d9180c9f07f2cbb669423d24af 100644
|
| --- a/Source/core/css/StyleSheetList.h
|
| +++ b/Source/core/css/StyleSheetList.h
|
| @@ -21,6 +21,7 @@
|
| #ifndef StyleSheetList_h
|
| #define StyleSheetList_h
|
|
|
| +#include "core/css/CSSStyleSheet.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/PassRefPtr.h>
|
| @@ -45,7 +46,7 @@ public:
|
| Document* document() { return m_document; }
|
|
|
| void detachFromDocument();
|
| -
|
| + CSSStyleSheet* anonymousNamedGetter(const AtomicString&);
|
| private:
|
| StyleSheetList(Document*);
|
| const Vector<RefPtr<StyleSheet> >& styleSheets() const;
|
|
|