Changeset 280820 in webkit
- Timestamp:
- Aug 9, 2021, 7:15:01 PM (5 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/win/LoggingWin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r280819 r280820 1 2021-08-09 Fujii Hironori <Hironori.Fujii@sony.com> 2 3 [WTF][Win] REGRESSION(r280795) error LNK2019: unresolved external symbol "class WTF::String __cdecl WTF::logLevelString(void)" 4 https://bugs.webkit.org/show_bug.cgi?id=228937 5 <rdar://problem/81722757> 6 7 Unresolved build fix. 8 The previous attempt (r280819) didn't actually fix the build 9 error. LoggingWin.cpp has to include LogInitialization.h. 10 11 * wtf/win/LoggingWin.cpp: 12 1 13 2021-08-09 Fujii Hironori <Hironori.Fujii@sony.com> 2 14 -
trunk/Source/WTF/wtf/win/LoggingWin.cpp
r280795 r280820 29 29 #if !LOG_DISABLED || !RELEASE_LOG_DISABLED 30 30 31 #include "LogInitialization.h" 31 32 #include <windows.h> 32 33 #include <wtf/StdLibExtras.h>
Note:
See TracChangeset
for help on using the changeset viewer.