Title: [236393] trunk/Source/WebCore
- Revision
- 236393
- Author
- [email protected]
- Date
- 2018-09-23 13:52:26 -0700 (Sun, 23 Sep 2018)
Log Message
Add missing includes in TextCodecReplacement.cpp
https://bugs.webkit.org/show_bug.cgi?id=189894
Patch by Frederic Wang <[email protected]> on 2018-09-23
Reviewed by Darin Adler.
No new tests, behavior unchanged.
* platform/text/TextCodecReplacement.cpp: Add missing headers.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (236392 => 236393)
--- trunk/Source/WebCore/ChangeLog 2018-09-23 04:49:50 UTC (rev 236392)
+++ trunk/Source/WebCore/ChangeLog 2018-09-23 20:52:26 UTC (rev 236393)
@@ -1,3 +1,14 @@
+2018-09-23 Frederic Wang <[email protected]>
+
+ Add missing includes in TextCodecReplacement.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=189894
+
+ Reviewed by Darin Adler.
+
+ No new tests, behavior unchanged.
+
+ * platform/text/TextCodecReplacement.cpp: Add missing headers.
+
2018-09-22 Adrian Perez de Castro <[email protected]>
[ARM] Building FELightingNEON.cpp fails due to missing lightVector member
Modified: trunk/Source/WebCore/platform/text/TextCodecReplacement.cpp (236392 => 236393)
--- trunk/Source/WebCore/platform/text/TextCodecReplacement.cpp 2018-09-23 04:49:50 UTC (rev 236392)
+++ trunk/Source/WebCore/platform/text/TextCodecReplacement.cpp 2018-09-23 20:52:26 UTC (rev 236393)
@@ -26,6 +26,8 @@
#include "config.h"
#include "TextCodecReplacement.h"
+#include <wtf/Function.h>
+#include <wtf/text/WTFString.h>
#include <wtf/unicode/CharacterNames.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes