| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 461a29ae20a503629183fcd684accf22636146eb..f9af6b48526e5986092b1095c8c06b5a43abc9b7 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -406,6 +406,9 @@ public:
|
|
|
| PseudoElement* pseudoElement(PseudoId) const;
|
| RenderObject* pseudoElementRenderer(PseudoId) const;
|
| + void clearFirstLetterPseudoElement();
|
| + virtual RenderObject* firstLetterTextRenderer() const;
|
| + unsigned firstLetterLength(const String& text) const;
|
|
|
| virtual bool matchesReadOnlyPseudoClass() const { return false; }
|
| virtual bool matchesReadWritePseudoClass() const { return false; }
|
|
|