Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 302502907a99b1da2c6c3b7bbfa06c02ee341fb7..4d447e20d281c1547cef08c77e31a22367bb13b9 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -393,12 +393,7 @@ public: |
bool sawElementsInKnownNamespaces() const { return m_sawElementsInKnownNamespaces; } |
- StyleResolver* styleResolver() |
- { |
- if (!m_styleResolver) |
- createStyleResolver(); |
- return m_styleResolver.get(); |
- } |
+ StyleResolver* styleResolver(); |
void notifyRemovePendingSheetIfNeeded(); |