| Index: Source/core/dom/StyleSheetCollection.h
|
| diff --git a/Source/core/dom/StyleSheetCollection.h b/Source/core/dom/StyleSheetCollection.h
|
| index 9c9023355ab0cefdf9a7596df7b225c655ea92e7..6b9d341f67369ccaa237acbc31346983e590bc8c 100644
|
| --- a/Source/core/dom/StyleSheetCollection.h
|
| +++ b/Source/core/dom/StyleSheetCollection.h
|
| @@ -93,7 +93,8 @@ public:
|
| protected:
|
| explicit StyleSheetCollection(TreeScope&);
|
|
|
| - Document* document() { return m_treeScope.documentScope(); }
|
| + // FIXME: Should return a reference.
|
| + Document* document() { return &m_treeScope.documentScope(); }
|
|
|
| enum StyleResolverUpdateType {
|
| Reconstruct,
|
|
|