Title: [219375] trunk/Source/WebInspectorUI
Revision
219375
Author
[email protected]
Date
2017-07-11 17:23:25 -0700 (Tue, 11 Jul 2017)

Log Message

Web Inspector: Correct a typo in the .eslintrc
https://bugs.webkit.org/show_bug.cgi?id=174389

Patch by Joseph Pecoraro <[email protected]> on 2017-07-11
Reviewed by Matt Baker.

* .eslintrc:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/.eslintrc (219374 => 219375)


--- trunk/Source/WebInspectorUI/.eslintrc	2017-07-12 00:23:16 UTC (rev 219374)
+++ trunk/Source/WebInspectorUI/.eslintrc	2017-07-12 00:23:25 UTC (rev 219375)
@@ -41,7 +41,7 @@
         "DOMStorageAgent": true,
         "DatabaseAgent": true,
         "DebuggerAgent": true,
-        "HeapAgent",
+        "HeapAgent": true,
         "IndexedDBAgent": true,
         "InspectorAgent": true,
         "LayerTreeAgent": true,

Modified: trunk/Source/WebInspectorUI/ChangeLog (219374 => 219375)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-07-12 00:23:16 UTC (rev 219374)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-07-12 00:23:25 UTC (rev 219375)
@@ -1,5 +1,14 @@
 2017-07-11  Joseph Pecoraro  <[email protected]>
 
+        Web Inspector: Correct a typo in the .eslintrc
+        https://bugs.webkit.org/show_bug.cgi?id=174389
+
+        Reviewed by Matt Baker.
+
+        * .eslintrc:
+
+2017-07-11  Joseph Pecoraro  <[email protected]>
+
         Web Inspector: Node Sidebar - Improve wording for Potential Custom Element lacking a Custom definition
         https://bugs.webkit.org/show_bug.cgi?id=174346
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to