Title: [193093] branches/safari-601-branch/Source/WebInspectorUI

Diff

Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193092 => 193093)


--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 18:45:57 UTC (rev 193092)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-12-03 18:46:02 UTC (rev 193093)
@@ -1,5 +1,19 @@
 2015-12-02  Timothy Hatcher  <[email protected]>
 
+        Merge r188373. rdar://problem/23221163
+
+    2015-08-12  Joseph Pecoraro  <[email protected]>
+
+            Web Inspector: Fix Poor Class Names
+            https://bugs.webkit.org/show_bug.cgi?id=147958
+
+            Reviewed by Timothy Hatcher.
+
+            * UserInterface/Views/ClusterContentView.js:
+            * UserInterface/Views/ResourceContentView.js:
+
+2015-12-02  Timothy Hatcher  <[email protected]>
+
         Merge r188372. rdar://problem/23221163
 
     2015-08-12  Devin Rousso  <[email protected]>

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js (193092 => 193093)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js	2015-12-03 18:45:57 UTC (rev 193092)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ClusterContentView.js	2015-12-03 18:46:02 UTC (rev 193093)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-WebInspector.ClusterContentView = class className extends WebInspector.ContentView
+WebInspector.ClusterContentView = class ClusterContentView extends WebInspector.ContentView
 {
     constructor(representedObject)
     {

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ResourceContentView.js (193092 => 193093)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ResourceContentView.js	2015-12-03 18:45:57 UTC (rev 193092)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/ResourceContentView.js	2015-12-03 18:46:02 UTC (rev 193093)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-WebInspector.ResourceContentView = class className extends WebInspector.ContentView
+WebInspector.ResourceContentView = class ResourceContentView extends WebInspector.ContentView
 {
     constructor(resource, styleClassName)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to