Bug 39971

Summary: Geolocation broken by r59800 (bug 39393)
Product: WebKit Reporter: Yong Li <yong.li.webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: staikos, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch none

Yong Li
Reported 2010-05-31 15:29:33 PDT
"JSFunction need not be a subclass of InternalFunction" broke things like this: // The spec specifies 'FunctionOnly' for this object. if (!value.inherits(&InternalFunction::info)) { where it's assumed that JSFunction::info inherits from InternalFunction::info.
Attachments
the patch (1.86 KB, patch)
2010-05-31 15:39 PDT, Yong Li
no flags
Yong Li
Comment 1 2010-05-31 15:39:42 PDT
Created attachment 57497 [details] the patch
Steve Block
Comment 2 2010-06-01 06:46:13 PDT
Thanks for the patch, but this is already being addressed in Bug 39434 *** This bug has been marked as a duplicate of bug 39434 ***
Note You need to log in before you can comment on or make changes to this bug.