Bug 4523

Summary: REGRESSION assertion failure in Window::getValueProperty accessing window.konqueror
Product: WebKit Reporter: mitz
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: javascript:window.konqueror
Attachments:
Description Flags
suggested patch darin: review+

Description mitz 2005-08-19 01:23:39 PDT
The 'konqueror' window property is not implemented in Window::getValueProperty, so it reaches the assert
(0) at the end.
Comment 1 mitz 2005-08-19 13:03:08 PDT
Created attachment 3473 [details]
suggested patch

Remove all traces of the konqueror property
Comment 2 Darin Adler 2005-08-19 13:14:10 PDT
Comment on attachment 3473 [details]
suggested patch

Seems fine to do this. r=me