Loading xpfe/global/resources/content/nsWidgetStateManager.js +8 −3 Original line number Diff line number Diff line Loading @@ -65,8 +65,7 @@ function nsWidgetStateManager ( aFrameID ) }, } // content area this.contentArea = window.frames[ aFrameID ]; this.contentID = aFrameID; wsm = this; Loading Loading @@ -94,6 +93,12 @@ function nsWidgetStateManager ( aFrameID ) nsWidgetStateManager.prototype = { contentArea getter: function() { return window.frames[ this.contentID ]; }, savePageData: function ( aPageTag ) { Loading Loading
xpfe/global/resources/content/nsWidgetStateManager.js +8 −3 Original line number Diff line number Diff line Loading @@ -65,8 +65,7 @@ function nsWidgetStateManager ( aFrameID ) }, } // content area this.contentArea = window.frames[ aFrameID ]; this.contentID = aFrameID; wsm = this; Loading Loading @@ -94,6 +93,12 @@ function nsWidgetStateManager ( aFrameID ) nsWidgetStateManager.prototype = { contentArea getter: function() { return window.frames[ this.contentID ]; }, savePageData: function ( aPageTag ) { Loading