WebKit Bugzilla
Attachment 339598 Details for
Bug 185326
: [Win] LoggingWin is missing includes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185326.diff (text/plain), 964 bytes, created by
Don Olmstead
on 2018-05-04 14:56:34 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-05-04 14:56:34 PDT
Size:
964 bytes
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 32aceca8de4..dddb536c2a1 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-04 Don Olmstead <don.olmstead@sony.com> >+ >+ [Win] LoggingWin is missing includes >+ https://bugs.webkit.org/show_bug.cgi?id=185326 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Platform/win/LoggingWin.cpp: >+ > 2018-05-04 Chris Dumez <cdumez@apple.com> > > [iOS] Apps that are not visible may not get suspended if they trigger page loads while in the background >diff --git a/Source/WebKit/Platform/win/LoggingWin.cpp b/Source/WebKit/Platform/win/LoggingWin.cpp >index d0638d313a6..e4ed96bb1a5 100644 >--- a/Source/WebKit/Platform/win/LoggingWin.cpp >+++ b/Source/WebKit/Platform/win/LoggingWin.cpp >@@ -29,6 +29,7 @@ > > #if !LOG_DISABLED || !RELEASE_LOG_DISABLED > >+#include <windows.h> > #include <wtf/StdLibExtras.h> > #include <wtf/text/WTFString.h> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185326
: 339598