[Webkit-unassigned] [Bug 176894] [WinCairo] Add WTF files for wincairo webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 12:06:03 PDT 2017


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #325022|review?                     |review+
              Flags|                            |

--- Comment #18 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 325022
  --> https://bugs.webkit.org/attachment.cgi?id=325022
[PATCH] Add WTF files for WinCairo WebKit

View in context: https://bugs.webkit.org/attachment.cgi?id=325022&action=review

> Source/WTF/wtf/win/WorkItemContext.h:49
> +    HANDLE* waitHandlePtr() { return &m_waitHandle.m_handle; }

This is unnecessary.

> Source/WTF/wtf/win/WorkItemContext.h:56
> +    Win32Handle m_handle = { };

These default constructors are unnecessary.  If we needed them, the = would be unnecessary.

> Source/WTF/wtf/win/WorkQueueWin.cpp:57
> +    {

This scope is unnecessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171026/037ef00d/attachment-0001.html>


More information about the webkit-unassigned mailing list