| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 79af81bdff1023ebaa086ac4a42cf2b9dd220253..642961a5807db06828d327863eb3d45df88b96e3 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1948,11 +1948,6 @@
|
| m_styleEngine->clearResolver();
|
| }
|
|
|
| -CSSFontSelector* Document::fontSelector() const
|
| -{
|
| - return m_styleEngine->fontSelector();
|
| -}
|
| -
|
| void Document::attach(const AttachContext& context)
|
| {
|
| ASSERT(m_lifecyle.state() == DocumentLifecycle::Inactive);
|
|
|