[Webkit-unassigned] [Bug 30118] [Qt] QWebPage autotest crash: createViewlessPlugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 08:20:28 PDT 2009


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


jedrzej.nowacki at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40861|commit-queue?               |commit-queue-
               Flag|                            |




--- Comment #7 from jedrzej.nowacki at nokia.com  2009-10-08 08:20:28 PDT ---
(From update of attachment 40861)
Ok, I'll fix change log.

> Coding style
Punishment for copy & paste coding :-)

> Why not simply write it in two lines? :)
> 
>     widget = new QGraphicsWidget;
>     return widget;
In two lines? We can use only one :-)
return widget = new QGraphicsWidget;

Sorry for the errors, I should catch it before...

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