Index: Source/core/layout/LayoutQuote.h |
diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h |
index ebfe5950545a629c75edfe3bc341440e5db662ee..65c742b8bd0c84e273ffd20717adf2bf06f5dace 100644 |
--- a/Source/core/layout/LayoutQuote.h |
+++ b/Source/core/layout/LayoutQuote.h |
@@ -30,7 +30,7 @@ |
namespace blink { |
class Document; |
-class RenderTextFragment; |
+class LayoutTextFragment; |
class LayoutQuote final : public RenderInline { |
public: |
@@ -53,7 +53,7 @@ private: |
void updateDepth(); |
bool isAttached() { return m_attached; } |
- RenderTextFragment* findFragmentChild() const; |
+ LayoutTextFragment* findFragmentChild() const; |
QuoteType m_type; |
int m_depth; |