[webkit-reviews] review denied: [Bug 118478] [Qt] Fix x86 optimizer bug in MSVC 2012. : [Attachment 206262] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 15:23:13 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has denied Michael Brüning
<michael.bruning at digia.com>'s request for review:
Bug 118478: [Qt] Fix x86 optimizer bug in MSVC 2012.
https://bugs.webkit.org/show_bug.cgi?id=118478

Attachment 206262: Patch
https://bugs.webkit.org/attachment.cgi?id=206262&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=206262&action=review


> Source/WTF/wtf/text/StringImpl.cpp:488
> +#if PLATFORM(QT) && CPU(X86) && defined(_MSC_VER) && _MSC_VER >=1700

Why PLATFORM(QT)?


More information about the webkit-reviews mailing list