Title: [246952] trunk/Source/WebInspectorUI
Revision
246952
Author
[email protected]
Date
2019-06-29 20:20:51 -0700 (Sat, 29 Jun 2019)

Log Message

Remove duplicate "Private" section and fix white space

Unreviewed code style fix.

* UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js:
(WI.SpreadsheetRulesStyleDetailsPanel.prototype.layout):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (246951 => 246952)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-06-29 21:50:00 UTC (rev 246951)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-06-30 03:20:51 UTC (rev 246952)
@@ -1,3 +1,12 @@
+2019-06-29  Nikita Vasilyev  <[email protected]>
+
+        Remove duplicate "Private" section and fix white space
+
+        Unreviewed code style fix.
+
+        * UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js:
+        (WI.SpreadsheetRulesStyleDetailsPanel.prototype.layout):
+
 2019-06-27  Beth Dakin  <[email protected]>
 
         Upstream use of MACCATALYST

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js (246951 => 246952)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js	2019-06-29 21:50:00 UTC (rev 246951)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js	2019-06-30 03:20:51 UTC (rev 246952)
@@ -308,7 +308,6 @@
             afterPseudoId = 5;
         }
 
-
         for (let [pseudoId, pseudoElementInfo] of this.nodeStyles.pseudoElements) {
             let pseudoElement = null;
             if (pseudoId === beforePseudoId)
@@ -350,8 +349,6 @@
             header.classList.remove(WI.GeneralStyleDetailsSidebarPanel.NoFilterMatchInSectionClassName);
     }
 
-    // Private
-
     _addNewRule(stylesheetId)
     {
         const justSelector = true;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to