Bug 31986

Summary: WebKit clients that don't implement didClearWindowObjectForFrameInScriptWorld should fall back to didClearWindowObject
Product: WebKit Reporter: Steve Falkenburg <sfalken>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Fall back if E_NOTIMPL returned aroben: review+

Description Steve Falkenburg 2009-11-30 10:19:44 PST
IWebFrameLoadDelegatePrivate2 now exposes didClearWindowObjectForFrameInScriptWorld. This is a more specific isolated worlds version of didClearWindowObject.

For clients that don't support didClearWindowObjectForFrameInScriptWorld, we should call didClearWindowObject instead.
Comment 1 Steve Falkenburg 2009-11-30 10:22:02 PST
Created attachment 44028 [details]
Fall back if E_NOTIMPL returned
Comment 2 Adam Roben (:aroben) 2009-11-30 10:37:47 PST
Comment on attachment 44028 [details]
Fall back if E_NOTIMPL returned

r=me
Comment 3 Steve Falkenburg 2009-11-30 10:51:25 PST
http://trac.webkit.org/changeset/51500