Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebKit/win/Interfaces/IWebFrame.idl

    r243 r429  
    241241    */ 
    242242   [local] JSGlobalContextRef globalContext(); 
     243 
     244   /*! 
     245        @method setIsDisconnected 
     246        @abstract Set whether a frame is disconnected 
     247        @param flag YES to mark the frame as disconnected, NO keeps it a regular frame 
     248   */ 
     249   HRESULT setIsDisconnected([in] BOOL flag); 
    243250}