Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1097)

Unified Diff: Source/core/html/HTMLFrameSetElement.h

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698