[Webkit-unassigned] [Bug 143308] [WinCairo] Link errors, unresolved texture mapper methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 1 09:59:11 PDT 2015


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

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 249925
  --> https://bugs.webkit.org/attachment.cgi?id=249925
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249925&action=review

> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:1
> +<?xml version="1.0" encoding="utf-8"?>

Looks like we're introducing some UTF byte order markers. This shouldn't be needed for UTF8 formatted files. Could this file be saved as plain text before landing?

> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters:1
> +<?xml version="1.0" encoding="utf-8"?>

Ditto the BOM here. Just save as plain UTF8.

-- 
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/20150401/ce34f4eb/attachment.html>


More information about the webkit-unassigned mailing list