Chromium Code Reviews| Index: Source/core/css/StyleSheetList.h |
| diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h |
| index c9c15404729e68479144745f625b23fecf873654..3a018ac3e0e32551ceb55b6a883916f5e042b155 100644 |
| --- a/Source/core/css/StyleSheetList.h |
| +++ b/Source/core/css/StyleSheetList.h |
| @@ -43,7 +43,7 @@ public: |
| HTMLStyleElement* getNamedItem(const AtomicString&) const; |
| - Document* document() { return m_treeScope->documentScope(); } |
| + Document* document() { return &m_treeScope->documentScope(); } |
|
esprehn
2014/01/07 01:06:09
FIXME: should return a reference?
adamk
2014/01/07 01:11:12
Done.
|
| void detachFromDocument(); |
| CSSStyleSheet* anonymousNamedGetter(const AtomicString&); |