Chromium Code Reviews| Index: Source/core/dom/PseudoElement.h |
| diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
| index f485e2269e7f6da650426cd82b3922f4ba2614da..14c7cf9a2d06ca4e63d0017d5f07a0a2f7ebb09a 100644 |
| --- a/Source/core/dom/PseudoElement.h |
| +++ b/Source/core/dom/PseudoElement.h |
| @@ -32,8 +32,6 @@ |
| namespace blink { |
| -class RenderTextFragment; |
| - |
| class PseudoElement : public Element { |
| public: |
| static PassRefPtrWillBeRawPtr<PseudoElement> create(Element* parent, PseudoId); |