Title: [263908] trunk/Source/WebCore
- Revision
- 263908
- Author
- [email protected]
- Date
- 2020-07-03 14:27:26 -0700 (Fri, 03 Jul 2020)
Log Message
[WPE] Fix build with clang after r263898
https://bugs.webkit.org/show_bug.cgi?id=213942
Unreviewed build fix.
* loader/appcache/ApplicationCacheManifestParser.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (263907 => 263908)
--- trunk/Source/WebCore/ChangeLog 2020-07-03 21:16:56 UTC (rev 263907)
+++ trunk/Source/WebCore/ChangeLog 2020-07-03 21:27:26 UTC (rev 263908)
@@ -1,3 +1,12 @@
+2020-07-03 Lauro Moura <[email protected]>
+
+ [WPE] Fix build with clang after r263898
+ https://bugs.webkit.org/show_bug.cgi?id=213942
+
+ Unreviewed build fix.
+
+ * loader/appcache/ApplicationCacheManifestParser.cpp:
+
2020-07-03 Darin Adler <[email protected]>
WebCore/Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST
Modified: trunk/Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp (263907 => 263908)
--- trunk/Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp 2020-07-03 21:16:56 UTC (rev 263907)
+++ trunk/Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp 2020-07-03 21:27:26 UTC (rev 263908)
@@ -28,6 +28,7 @@
#include "ParsingUtilities.h"
#include "TextResourceDecoder.h"
+#include <wtf/text/StringHash.h>
#include <wtf/text/StringParsingBuffer.h>
#include <wtf/text/StringView.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes