| Index: Source/core/layout/LayoutQuote.h
|
| diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
|
| index 6cb9427199b0a41e9478207e9814f173e41fd2e4..d35183d082f0306903f42108d6561fd16926dd55 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 LayoutInline {
|
| 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;
|
|
|