Bug 4523 - REGRESSION assertion failure in Window::getValueProperty accessing window.konqueror
Summary: REGRESSION assertion failure in Window::getValueProperty accessing window.kon...
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL: javascript:window.konqueror
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 01:23 PDT by mitz
Modified: 2005-08-19 15:42 PDT (History)
0 users

See Also:


Attachments
suggested patch (4.76 KB, patch)
2005-08-19 13:03 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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