[Webkit-unassigned] [Bug 37715] [chromium] crash when dragging images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 19 13:33:42 PDT 2010


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53706|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #15 from David Levin <levin at chromium.org>  2010-04-19 13:33:41 PST ---
(From update of attachment 53706)

> diff --git a/WebKit/chromium/tests/DragImageTest.cpp b/WebKit/chromium/tests/DragImageTest.cpp
> +class TestImage : public Image {
> +public:
> +
> +    explicit TestImage(const IntSize& size)
> +        : Image(0),
> +          m_Size(size)

Two nits: m_size (instead of m_Size) and put the comma before the m_size
instead of on the previous line.

That's all though.

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