Commit 85e9bf30 authored by ben%netscape.com's avatar ben%netscape.com
Browse files

skin switching fix, r=hyatt

parent bd2f4cf6
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -65,8 +65,7 @@ function nsWidgetStateManager ( aFrameID )
            },
      }
  
    // content area
    this.contentArea  = window.frames[ aFrameID ];
    this.contentID    = aFrameID;
    
    wsm               = this;

@@ -94,6 +93,12 @@ function nsWidgetStateManager ( aFrameID )
  
nsWidgetStateManager.prototype = 
  {
    contentArea getter: 
      function() 
        { 
          return window.frames[ this.contentID ]; 
        },

    savePageData: 
      function ( aPageTag )
        {