[Webkit-unassigned] [Bug 66294] [WebSocket] Remove arguments from CloseEvent::create()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 02:42:30 PDT 2011


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





--- Comment #4 from Yuta Kitamura <yutak at chromium.org>  2011-08-17 02:42:30 PST ---
(From update of attachment 104159)
View in context: https://bugs.webkit.org/attachment.cgi?id=104159&action=review

> Source/WebCore/ChangeLog:9
> +        Remove arguments from CloseEvent::create(). CloseEvent objects are
> +        initialized by initCloseEvent() in all cases. Initialization in
> +        create() is redundant. We does not need additional tests because this
> +        change does not introduce any functional difference.
> +        https://bugs.webkit.org/show_bug.cgi?id=66294
> +
> +        Reviewed by NOBODY (OOPS!).

Normally, ChangeLog entry is formatted like:

  <Bug title>
  <Bug URL>

  Reviewed by <Reviewer>.

  <Change description>

See existing entries.

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