[Webkit-unassigned] [Bug 146579] New: Prepare for VS2015

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 3 01:04:09 PDT 2015


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

            Bug ID: 146579
           Summary: Prepare for VS2015
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

I'm filing this bug using WinLauncher which I compiled with VS2015RC.  This first patch contains a bunch of strange things, the most puzzling of which was the change I needed to make to CSSPrimitiveValue.h in order to get this symbol when linking WebKit.dll:
public: __cdecl WebCore::CSSPrimitiveValue::operator<class WTF::Ref<class WebCore::CSSPrimitiveValue> > class WTF::Ref<class WebCore::CSSPrimitiveValue>(void)const " (??$?BV?$Ref at VCSSPrimitiveValue@WebCore@@@WTF@@@CSSPrimitiveValue at WebCore@@QEBA?AV?$Ref at VCSSPrimitiveValue@WebCore@@@WTF@@XZ)

I also had to change all the PlatformToolset values from v120 or v120_xp to v140, but I'm omitting that from this patch.

-- 
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/20150703/f2493434/attachment.html>


More information about the webkit-unassigned mailing list