Title: [244311] trunk/Source/WebInspectorUI
Revision
244311
Author
[email protected]
Date
2019-04-15 17:00:58 -0700 (Mon, 15 Apr 2019)

Log Message

Unreviewed, fix typo in a comment.

* UserInterface/Views/SearchSidebarPanel.js:
(WI.SearchSidebarPanel.prototype.performSearch):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (244310 => 244311)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-04-16 00:00:48 UTC (rev 244310)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-04-16 00:00:58 UTC (rev 244311)
@@ -1,3 +1,10 @@
+2019-04-15  Nikita Vasilyev  <[email protected]>
+
+        Unreviewed, fix typo in a comment.
+
+        * UserInterface/Views/SearchSidebarPanel.js:
+        (WI.SearchSidebarPanel.prototype.performSearch):
+
 2019-04-15  Devin Rousso  <[email protected]>
 
         Web Inspector: Heap: don't use recursion when calculating root paths

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js (244310 => 244311)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2019-04-16 00:00:48 UTC (rev 244310)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2019-04-16 00:00:58 UTC (rev 244311)
@@ -246,7 +246,7 @@
             this._domSearchIdentifier = searchId;
 
             let domSearchResults = ({nodeIds}) => {
-                // If someone started a new search, then return early and stop showing seach results from the old query.
+                // If someone started a new search, then return early and stop showing search results from the old query.
                 if (this._domSearchIdentifier !== searchId)
                     return;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to