Title: [263209] trunk/Source/WebCore
Revision
263209
Author
ddkil...@apple.com
Date
2020-06-18 09:28:33 -0700 (Thu, 18 Jun 2020)

Log Message

Fix misspellings of "namespace" in comments

* page/SpatialNavigation.h:
* platform/gtk/RenderThemeScrollbar.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (263208 => 263209)


--- trunk/Source/WebCore/ChangeLog	2020-06-18 15:53:25 UTC (rev 263208)
+++ trunk/Source/WebCore/ChangeLog	2020-06-18 16:28:33 UTC (rev 263209)
@@ -1,5 +1,12 @@
 2020-06-18  David Kilzer  <ddkil...@apple.com>
 
+        Fix misspellings of "namespace" in comments
+
+        * page/SpatialNavigation.h:
+        * platform/gtk/RenderThemeScrollbar.cpp:
+
+2020-06-18  David Kilzer  <ddkil...@apple.com>
+
         [IPC hardening] OptionSet<> values should be validated
         <https://webkit.org/b/213199>
         <rdar://problem/64369963>

Modified: trunk/Source/WebCore/page/SpatialNavigation.h (263208 => 263209)


--- trunk/Source/WebCore/page/SpatialNavigation.h	2020-06-18 15:53:25 UTC (rev 263208)
+++ trunk/Source/WebCore/page/SpatialNavigation.h	2020-06-18 16:28:33 UTC (rev 263209)
@@ -143,4 +143,4 @@
 LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement*, FocusDirection);
 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
 
-} // namspace WebCore
+} // namespace WebCore

Modified: trunk/Source/WebCore/platform/gtk/RenderThemeScrollbar.cpp (263208 => 263209)


--- trunk/Source/WebCore/platform/gtk/RenderThemeScrollbar.cpp	2020-06-18 15:53:25 UTC (rev 263208)
+++ trunk/Source/WebCore/platform/gtk/RenderThemeScrollbar.cpp	2020-06-18 16:28:33 UTC (rev 263209)
@@ -133,6 +133,6 @@
     return nullptr;
 }
 
-} // namepsace WebCore
+} // namespace WebCore
 
 #endif // !USE(GTK4)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to