Title: [291520] trunk/Source/WebCore
Revision
291520
Author
[email protected]
Date
2022-03-18 20:30:12 -0700 (Fri, 18 Mar 2022)

Log Message

Fix typo from r291295
https://bugs.webkit.org/show_bug.cgi?id=238087

Patch by Joseph Griego <[email protected]> on 2022-03-18
Reviewed by Chris Dumez.

No new tests (changes only comments)

* bindings/scripts/CodeGeneratorJS.pm:
(IsAlwaysExposedOnInterface):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291519 => 291520)


--- trunk/Source/WebCore/ChangeLog	2022-03-19 03:25:35 UTC (rev 291519)
+++ trunk/Source/WebCore/ChangeLog	2022-03-19 03:30:12 UTC (rev 291520)
@@ -1,3 +1,15 @@
+2022-03-18  Joseph Griego  <[email protected]>
+
+        Fix typo from r291295
+        https://bugs.webkit.org/show_bug.cgi?id=238087
+
+        Reviewed by Chris Dumez.
+
+        No new tests (changes only comments)
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+        (IsAlwaysExposedOnInterface):
+
 2022-03-18  Patrick Angle  <[email protected]>
 
         Web Inspector: `console.screenshot` has extra transparent pixels at bottom of screenshot on platforms with viewports that are obscured by browser chrome

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (291519 => 291520)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2022-03-19 03:25:35 UTC (rev 291519)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2022-03-19 03:30:12 UTC (rev 291520)
@@ -1971,7 +1971,7 @@
     }
 
     if (ref($interfaceExposures) ne "ARRAY") {
-        # if the interface exposure list isn't an arary, wrap it in one; unless the
+        # if the interface exposure list isn't an array, wrap it in one; unless the
         # interface is Exposed=*, in which case, the only way the context could
         # fail to be visible is if it is not also Exposed=* (or it lists out all
         # of the possible contexts separately, which we deliberately do not
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to