Title: [160066] trunk/Source/WebInspectorUI
Revision
160066
Author
[email protected]
Date
2013-12-03 21:05:29 -0800 (Tue, 03 Dec 2013)

Log Message

Web Inspector: Remove '_attachedWindowHeight' property in InspectorFrontendHostStub.js
https://bugs.webkit.org/show_bug.cgi?id=125204

Reviewed by Timothy Hatcher.

'_attachedWindowHeight' property is not used anywhere, so remove it.

* UserInterface/InspectorFrontendHostStub.js:
(.WebInspector.InspectorFrontendHostStub):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (160065 => 160066)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-12-04 04:21:51 UTC (rev 160065)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-12-04 05:05:29 UTC (rev 160066)
@@ -1,3 +1,15 @@
+2013-12-03  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Remove '_attachedWindowHeight' property in InspectorFrontendHostStub.js
+        https://bugs.webkit.org/show_bug.cgi?id=125204
+
+        Reviewed by Timothy Hatcher.
+
+        '_attachedWindowHeight' property is not used anywhere, so remove it.
+
+        * UserInterface/InspectorFrontendHostStub.js:
+        (.WebInspector.InspectorFrontendHostStub):
+
 2013-12-03  Brian J. Burg  <[email protected]>
 
         Web Inspector: restore navigation panel state across reloads and reopens

Modified: trunk/Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js (160065 => 160066)


--- trunk/Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js	2013-12-04 04:21:51 UTC (rev 160065)
+++ trunk/Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js	2013-12-04 05:05:29 UTC (rev 160066)
@@ -33,7 +33,6 @@
 if (!window.InspectorFrontendHost) {
     WebInspector.InspectorFrontendHostStub = function()
     {
-        this._attachedWindowHeight = 0;
     }
 
     WebInspector.InspectorFrontendHostStub.prototype = {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to