| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index 2c7f181d6efdb26ad739ed73b3c11038988f27c0..37a5f141cfe609ae9d6fc78695f0c2f668dd217a 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -45,6 +45,8 @@ public:
|
| const Length* rowLengths() const { return m_rowLengths.get(); }
|
| const Length* colLengths() const { return m_colLengths.get(); }
|
|
|
| + DOMWindow* anonymousNamedGetter(const AtomicString&);
|
| +
|
| // Declared virtual in Element
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(blur);
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(error);
|
|
|