Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index a9a6446f4324bd1a7565ffc763ffbdb418d6e0d1..e6f53e9b0f3dbd6f15f732b3395dfd42fee273f6 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -393,6 +393,7 @@ public: |
| StyleResolver* styleResolver() const; |
| StyleResolver& ensureStyleResolver() const; |
| + CSSFontSelector* fontSelector() const; |
| bool isViewSource() const { return m_isViewSource; } |
| void setIsViewSource(bool); |