From 951956b793b0df6d44e387dac5dbcb81a37964b1 Mon Sep 17 00:00:00 2001 From: mjs Date: Tue, 4 Jan 2005 01:44:08 +0000 Subject: [PATCH] Back out accidentally committed change. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8287 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/khtml/ecma/kjs_window.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/WebCore/khtml/ecma/kjs_window.cpp b/WebCore/khtml/ecma/kjs_window.cpp index 5583a342b5c3..6ea1ad908223 100644 --- a/WebCore/khtml/ecma/kjs_window.cpp +++ b/WebCore/khtml/ecma/kjs_window.cpp @@ -470,12 +470,6 @@ Value Window::get(ExecState *exec, const Identifier &p) const return Value(val); } - // Check for child frames by name before built-in properties to - // match behavior of other browsers. - KHTMLPart *childFrame = m_part->childFrameNamed(p.ustring().qstring()); - if (childFrame) - return retrieve(childFrame); - const HashEntry* entry = Lookup::findEntry(&WindowTable, p); if (entry) { -- 2.36.0