Bug 96038

Summary: [V8] DOM objects often get the wrong prototype
Product: WebKit Reporter: Adam Barth <abarth>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, haraken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 96039, 96044, 96147    
Bug Blocks:    

Description Adam Barth 2012-09-06 16:38:32 PDT
This is the V8 equivalent of https://bugs.webkit.org/show_bug.cgi?id=27088
Comment 1 Adam Barth 2012-09-10 10:35:09 PDT
Everything seems to be getting the right prototype chain here now except cross-origin visible functions, which we can tackle another day.