Title: [188683] trunk/Source/WebInspectorUI
- Revision
- 188683
- Author
- [email protected]
- Date
- 2015-08-20 00:41:11 -0700 (Thu, 20 Aug 2015)
Log Message
Web Inspector: Remove unused temporary variable
https://bugs.webkit.org/show_bug.cgi?id=148215
Patch by Joseph Pecoraro <[email protected]> on 2015-08-20
Reviewed by Timothy Hatcher.
* UserInterface/Views/VisualStyleDetailsPanel.js:
(WebInspector.VisualStyleDetailsPanel):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (188682 => 188683)
--- trunk/Source/WebInspectorUI/ChangeLog 2015-08-20 05:03:06 UTC (rev 188682)
+++ trunk/Source/WebInspectorUI/ChangeLog 2015-08-20 07:41:11 UTC (rev 188683)
@@ -1,3 +1,13 @@
+2015-08-20 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Remove unused temporary variable
+ https://bugs.webkit.org/show_bug.cgi?id=148215
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/VisualStyleDetailsPanel.js:
+ (WebInspector.VisualStyleDetailsPanel):
+
2015-08-19 Devin Rousso <[email protected]>
Web Inspector: Visual styles panel does not work with pseudo-elements
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js (188682 => 188683)
--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js 2015-08-20 05:03:06 UTC (rev 188682)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js 2015-08-20 07:41:11 UTC (rev 188683)
@@ -29,7 +29,6 @@
{
super(delegate, "visual", "visual", WebInspector.UIString("Styles \u2014 Visual"));
- WebInspector.propertyReferenceInfoTemp = {};
this._currentStyle = null;
this._forceNextStyleUpdate = false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes