Title: [275518] trunk/Source/WebCore
Revision
275518
Author
stephan.sz...@sony.com
Date
2021-04-06 08:41:57 -0700 (Tue, 06 Apr 2021)

Log Message

[PlayStation] Fix build of DiagnosticLoggingDomain.h
https://bugs.webkit.org/show_bug.cgi?id=224205

Reviewed by Don Olmstead.

No new tests, build fix only.

* page/DiagnosticLoggingDomain.h: Include wtf/EnumTraits.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (275517 => 275518)


--- trunk/Source/WebCore/ChangeLog	2021-04-06 14:58:36 UTC (rev 275517)
+++ trunk/Source/WebCore/ChangeLog	2021-04-06 15:41:57 UTC (rev 275518)
@@ -1,3 +1,14 @@
+2021-04-06  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Fix build of DiagnosticLoggingDomain.h
+        https://bugs.webkit.org/show_bug.cgi?id=224205
+
+        Reviewed by Don Olmstead.
+
+        No new tests, build fix only.
+
+        * page/DiagnosticLoggingDomain.h: Include wtf/EnumTraits.h
+
 2021-04-06  Philippe Normand  <pnorm...@igalia.com>
 
         REGRESSION(r274358) [GStreamer] http/tests/images/mp4-partial-load.html is flaky crashing inside GStreamer

Modified: trunk/Source/WebCore/page/DiagnosticLoggingDomain.h (275517 => 275518)


--- trunk/Source/WebCore/page/DiagnosticLoggingDomain.h	2021-04-06 14:58:36 UTC (rev 275517)
+++ trunk/Source/WebCore/page/DiagnosticLoggingDomain.h	2021-04-06 15:41:57 UTC (rev 275518)
@@ -25,6 +25,8 @@
 
 #pragma once
 
+#include <wtf/EnumTraits.h>
+
 namespace WebCore {
 
 enum class DiagnosticLoggingDomain : uint8_t { Media };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to