[webkit-reviews] review requested: [Bug 183605] [WinCairo] Fix incompatibility of run-webkit-httpd on native Windows. : [Attachment 336083] PATCH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 16:32:53 PDT 2018


Basuke Suzuki <Basuke.Suzuki at sony.com> has asked  for review:
Bug 183605: [WinCairo] Fix incompatibility of run-webkit-httpd on native
Windows.
https://bugs.webkit.org/show_bug.cgi?id=183605

Attachment 336083: PATCH

https://bugs.webkit.org/attachment.cgi?id=336083&action=review




--- Comment #20 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Created attachment 336083

  --> https://bugs.webkit.org/attachment.cgi?id=336083&action=review

PATCH

Stop using python's native tempfile.NamedTemporaryFile because of the
difference of Windows behavior. Use filesystem.mkdtemp() instead.


More information about the webkit-reviews mailing list