Chromium Code Reviews| Index: Source/core/dom/StyleSheetCollection.h |
| diff --git a/Source/core/dom/StyleSheetCollection.h b/Source/core/dom/StyleSheetCollection.h |
| index 9c9023355ab0cefdf9a7596df7b225c655ea92e7..a8d6efca72d54484c0e03c5f24d95afceff18482 100644 |
| --- a/Source/core/dom/StyleSheetCollection.h |
| +++ b/Source/core/dom/StyleSheetCollection.h |
| @@ -93,7 +93,7 @@ public: |
| protected: |
| explicit StyleSheetCollection(TreeScope&); |
| - 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.
|
| enum StyleResolverUpdateType { |
| Reconstruct, |