Title: [287666] trunk/Source/WebCore
Revision
287666
Author
achristen...@apple.com
Date
2022-01-05 18:16:59 -0800 (Wed, 05 Jan 2022)

Log Message

Fix Windows and Linux builds
https://bugs.webkit.org/show_bug.cgi?id=234405

* platform/ThemeTypes.h:
Missing semicolon.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (287665 => 287666)


--- trunk/Source/WebCore/ChangeLog	2022-01-06 02:12:18 UTC (rev 287665)
+++ trunk/Source/WebCore/ChangeLog	2022-01-06 02:16:59 UTC (rev 287666)
@@ -1,3 +1,11 @@
+2022-01-05  Alex Christensen  <achristen...@webkit.org>
+
+        Fix Windows and Linux builds
+        https://bugs.webkit.org/show_bug.cgi?id=234405
+
+        * platform/ThemeTypes.h:
+        Missing semicolon.
+
 2022-01-05  Megan Gardner  <megan_gard...@apple.com>
 
         Remove unneeded webkit specific CSS attribute for Image Control Menu.

Modified: trunk/Source/WebCore/platform/ThemeTypes.h (287665 => 287666)


--- trunk/Source/WebCore/platform/ThemeTypes.h	2022-01-06 02:12:18 UTC (rev 287665)
+++ trunk/Source/WebCore/platform/ThemeTypes.h	2022-01-06 02:16:59 UTC (rev 287666)
@@ -116,7 +116,7 @@
 #if ENABLE(SERVICE_CONTROLS)
 constexpr ControlPart largestControlPart = ImageControlsButtonPart;
 #else
-constexpr ControlPart largestControlPart = CapsLockIndicatorPart
+constexpr ControlPart largestControlPart = CapsLockIndicatorPart;
 #endif
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to