Title: [293155] releases/WebKitGTK/webkit-2.36/Source/WebCore
Revision
293155
Author
carlo...@webkit.org
Date
2022-04-21 02:51:21 -0700 (Thu, 21 Apr 2022)

Log Message

Merge r292684 - Include locale.h for LC_MESSAGES definition.
https://bugs.webkit.org/show_bug.cgi?id=239030

Patch by Khem Raj <raj.k...@gmail.com> on 2022-04-09
Reviewed by Michael Catanzaro.

* accessibility/atspi/AccessibilityRootAtspi.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.36/Source/WebCore/ChangeLog (293154 => 293155)


--- releases/WebKitGTK/webkit-2.36/Source/WebCore/ChangeLog	2022-04-21 09:51:18 UTC (rev 293154)
+++ releases/WebKitGTK/webkit-2.36/Source/WebCore/ChangeLog	2022-04-21 09:51:21 UTC (rev 293155)
@@ -1,3 +1,12 @@
+2022-04-09  Khem Raj  <raj.k...@gmail.com>
+
+        Include locale.h for LC_MESSAGES definition.
+        https://bugs.webkit.org/show_bug.cgi?id=239030
+
+        Reviewed by Michael Catanzaro.
+
+        * accessibility/atspi/AccessibilityRootAtspi.cpp:
+
 2022-03-24  Jean-Yves Avenard  <j...@apple.com>
 
         Safari can't play video completely at bilibili.com

Modified: releases/WebKitGTK/webkit-2.36/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp (293154 => 293155)


--- releases/WebKitGTK/webkit-2.36/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp	2022-04-21 09:51:18 UTC (rev 293154)
+++ releases/WebKitGTK/webkit-2.36/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp	2022-04-21 09:51:21 UTC (rev 293155)
@@ -30,6 +30,7 @@
 #include "FrameView.h"
 #include "Page.h"
 #include <glib/gi18n-lib.h>
+#include <locale.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to