[Webkit-unassigned] [Bug 31591] [Qt] Crashing tests after updating to Qt-4.6.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 04:37:52 PST 2009


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44147|review?                     |review-
               Flag|                            |




--- Comment #12 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-12-03 04:37:52 PST ---
(From update of attachment 44147)
r- for comments given on irc

Mostly style issues like:

QWebPage* page =static_cast<QWebPage *>(new WebPage(container, this));

which should be

QWebPage* page = static_cast<QWebPage*>(new WebPage(container, this));

etc

-- 
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