Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 3ca548e30dae75d54cd4a2b1e6557e7594182cbf..d69c42384ad56277eb2585f2974a743d91933cde 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -555,6 +555,7 @@ private: |
inline void checkForEmptyStyleChange(); |
void updatePseudoElement(PseudoId, StyleRecalcChange); |
+ bool updateFirstLetter(Element*); |
inline void createPseudoElementIfNeeded(PseudoId); |