[Webkit-unassigned] [Bug 148240] New: [Win] Miscellaneous Windows Cleanups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 13:38:35 PDT 2015


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

            Bug ID: 148240
           Summary: [Win] Miscellaneous Windows Cleanups
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

After Bug 148001 (r188662), I noticed a few more places where cleanups are needed:

1. STDMETHODCALLTYPE should never appear in a method implementation (only in the declaration).
2. Release(void) -> Release()
3. C++14 member initializers
4. 0 -> nullptr

This patch corrects these issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150820/88e51e28/attachment.html>


More information about the webkit-unassigned mailing list