Bug 31986 - WebKit clients that don't implement didClearWindowObjectForFrameInScriptWorld should fall back to didClearWindowObject
Summary: WebKit clients that don't implement didClearWindowObjectForFrameInScriptWorld...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 10:19 PST by Steve Falkenburg
Modified: 2009-11-30 10:51 PST (History)
0 users

See Also:


Attachments
Fall back if E_NOTIMPL returned (1.41 KB, patch)
2009-11-30 10:22 PST, Steve Falkenburg
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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