[Webkit-unassigned] [Bug 40245] [Qt] DragClientQt.h has coding-style errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 09:33:17 PDT 2010


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


David Levin <levin at chromium.org> changed:

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




--- Comment #2 from David Levin <levin at chromium.org>  2010-06-09 09:33:17 PST ---
(From update of attachment 58057)
> diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
> index fd58b69e86393a34b81a1a00816128f063581aff..e92c597d08f9faf66169493657b31071107cfb39 100644
> --- a/WebKit/qt/ChangeLog
> +++ b/WebKit/qt/ChangeLog
> @@ -1,3 +1,12 @@
> +2010-06-07  Anders Bakken  <agbakken at gmail.com>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        [Qt] DragClientQt.h has coding-style errors
> +        https://bugs.webkit.org/show_bug.cgi?id=40245
> +
> +        * WebCoreSupport/DragClientQt.h:
> +
>  2010-06-06  Antonio Gomes  <tonikitoo at webkit.org>, Laszlo Gombos  <laszlo.1.gombos at nokia.com>
>  
>          Reviewed by Kenneth Christiansen, Eric Seidel.
> diff --git a/WebKit/qt/WebCoreSupport/DragClientQt.h b/WebKit/qt/WebCoreSupport/DragClientQt.h
> index 4c831917c2218f514c962424eb88e6a2b014d344..08d9eb00b715c8d0c5e1fccd0014a3d19be99251 100644
> --- a/WebKit/qt/WebCoreSupport/DragClientQt.h
> +++ b/WebKit/qt/WebCoreSupport/DragClientQt.h
> @@ -23,6 +23,8 @@
>   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
>   */
>  
> +#ifndef DragClientQt_h
> +#define DragClientQt_h

There should be a blank line here.

>  #include "DragClient.h"

Ditto.

>  class QWebPage;

Probably here too.

>  namespace WebCore {


This isn't spelled out in the style guide but it is typical style, so as long as you have a patch focused on style....

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