| Index: Source/core/rendering/RootInlineBox.h
|
| diff --git a/Source/core/rendering/RootInlineBox.h b/Source/core/rendering/RootInlineBox.h
|
| index 5cf5e68f9d5f331c57551a6dd9237226bbcd67d2..f6ddc5fdda9ab86f753c93839386bea3399c5b33 100644
|
| --- a/Source/core/rendering/RootInlineBox.h
|
| +++ b/Source/core/rendering/RootInlineBox.h
|
| @@ -37,11 +37,11 @@ class RootInlineBox : public InlineFlowBox {
|
| public:
|
| explicit RootInlineBox(RenderBlock*);
|
|
|
| - virtual void destroy(RenderArena*) OVERRIDE FINAL;
|
| + virtual void destroy() OVERRIDE FINAL;
|
|
|
| virtual bool isRootInlineBox() const OVERRIDE FINAL { return true; }
|
|
|
| - void detachEllipsisBox(RenderArena*);
|
| + void detachEllipsisBox();
|
|
|
| RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); }
|
| RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }
|
|
|