Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index 4c337eee5a46a8d733e854b26525898920c1bb40..a649ad0b3e661a80b1afccfa029a05a6614e7bc0 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); |