From: mjs Date: Tue, 4 Jan 2005 01:44:08 +0000 (+0000) Subject: Back out accidentally committed change. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=951956b793b0df6d44e387dac5dbcb81a37964b1;hp=d70d4181e8dec8eb0e50066d5b41c5f1630b1ce2 Back out accidentally committed change. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8287 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- 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) {