[Webkit-unassigned] [Bug 26448] Need to optimize MessagePort GC for same-thread case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 17:38:08 PDT 2009


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


levin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31521|review?                     |review+
               Flag|                            |




------- Comment #4 from levin at chromium.org  2009-06-18 17:38 PDT -------
(From update of attachment 31521)
> diff --git a/LayoutTests/fast/events/message-channel-gc-4.html-disabled b/LayoutTests/fast/events/message-channel-gc-4.html-disabled
> +    channel2.port2.postMessage("", channel.port2);
> +    channel2.port2.onmessage = channel2.port1.onmessage = function(evt) {
> +       evt.messagePort.onmessage = function(event) {
This should be indented by one more space.  (The alignment of things just
looked funny when I was reviewing it.)


I'll fix this when landing.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list