[Webkit-unassigned] [Bug 12366] [s60] Returning from page overview shows the toolbar
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 23 11:11:51 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12366
Sachin.Padma at nokia.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12629|review?(Sachin.Padma at nokia.c|review-
Flag|om) |
------- Comment #4 from Sachin.Padma at nokia.com 2007-01-23 11:11 PDT -------
(From update of attachment 12629)
Null check for pagescaler removed?
if (iInitialDelay && iWebKitView->PageScaler() &&
iWebKitView->PageScaler()->Visible())
+ if (iInitialDelay && iWebKitView->PageScaler()->Visible())
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list