Changeset 429 for trunk/WebKit/win/Interfaces/IWebFrame.idl
- Timestamp:
- 08/04/08 12:23:14 (5 months ago)
- Files:
-
- trunk/WebKit/win/Interfaces/IWebFrame.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebKit/win/Interfaces/IWebFrame.idl
r243 r429 241 241 */ 242 242 [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); 243 250 }
