| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index 37a5f141cfe609ae9d6fc78695f0c2f668dd217a..7a4177def595af0e2c9c287104ec66b0270ab075 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -76,9 +76,10 @@ private:
|
| virtual void attach();
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&);
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| -
|
| +
|
| virtual void defaultEventHandler(Event*);
|
|
|
| + virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void willRecalcStyle(StyleChange) OVERRIDE;
|
|
|
| OwnArrayPtr<Length> m_rowLengths;
|
| @@ -86,7 +87,7 @@ private:
|
|
|
| int m_totalRows;
|
| int m_totalCols;
|
| -
|
| +
|
| int m_border;
|
| bool m_borderSet;
|
|
|
|
|