Index: Source/core/html/HTMLFrameSetElement.h |
diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h |
index 51ef41a7c46165c1314343a1ab77ca2099cc3d90..36ce2073a65a08231f97989a190ac601a8ad579f 100644 |
--- a/Source/core/html/HTMLFrameSetElement.h |
+++ b/Source/core/html/HTMLFrameSetElement.h |
@@ -46,7 +46,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); |