[Webkit-unassigned] [Bug 182873] New: [MSVC] Unknown a type definition error in WebResourceLoadStatisticsStore on wincairo webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 16 06:55:36 PST 2018


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

            Bug ID: 182873
           Summary: [MSVC] Unknown a type definition error in
                    WebResourceLoadStatisticsStore on wincairo webkit
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Yousuke.Kimoto at sony.com

In WebResourceLoadStatisticsStore.h, MSVC doesn't seem to treat a type name which is specified by "using WTF::Vector". Its Intellisense understands the "using" definition, but the compiler doesn't.
Currently there are two methods:
 1) Add a new declaration to avoid this issue for MSVC.
 2) Use WTF::Vector in a lambda definition

-- 
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/20180216/ec168c75/attachment-0001.html>


More information about the webkit-unassigned mailing list