[Webkit-unassigned] [Bug 30914] [Qt] Javascript Prompt API default return values check failure on QtLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 19:00:07 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=30914


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org,
                   |                            |yael.aharon at nokia.com




--- Comment #16 from Yael <yael.aharon at nokia.com>  2010-01-25 19:00:06 PST ---
After this fix (r53441), JavaScript can not get the text anymore.

if (rc && result.isNull()) 
should be replaced with 
if (rc && x.isNull())

Should this bug be reopened, or create a new one?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list