| Index: Source/core/html/HTMLFrameSetElement.h
|
| diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h
|
| index b42b9cd62ee16efc1aeb97d1b1087944c22d0627..2552b79dddcaf033b27f36712542ddf18d5d123c 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.h
|
| +++ b/Source/core/html/HTMLFrameSetElement.h
|
| @@ -45,7 +45,7 @@ public:
|
| const Vector<HTMLDimension>& rowLengths() const { return m_rowLengths; }
|
| const Vector<HTMLDimension>& colLengths() const { return m_colLengths; }
|
|
|
| - DOMWindow* anonymousNamedGetter(const AtomicString&);
|
| + LocalDOMWindow* anonymousNamedGetter(const AtomicString&);
|
|
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(blur);
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(error);
|
|
|