[Webkit-unassigned] [Bug 189577] New: Remove a MSVC workaround in InspectorStyle::styleWithProperties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 00:51:51 PDT 2018


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

            Bug ID: 189577
           Summary: Remove a MSVC workaround in
                    InspectorStyle::styleWithProperties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: inspector-bugzilla-changes at group.apple.com

Remove a MSVC workaround in InspectorStyle::styleWithProperties

It is introduced in Bug 131596 Comment 11.

>         // Visual Studio disagrees with other compilers as to whether 'class' is needed here.
> #if COMPILER(MSVC)
>         enum class Protocol::CSS::CSSPropertyStatus status;
> #else
>         enum Inspector::Protocol::CSS::CSSPropertyStatus status;
> #endif

-- 
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/20180913/16bbe058/attachment.html>


More information about the webkit-unassigned mailing list