Bug 14211

Summary: Move the BarInfo object out of the JS bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 14192    
Attachments:
Description Flags
patch ggaren: review+

Description Sam Weinig 2007-06-18 00:00:12 PDT
Patch forthcoming
Comment 1 Sam Weinig 2007-06-18 00:08:28 PDT
Created attachment 15097 [details]
patch
Comment 2 mitz 2007-06-18 00:16:02 PDT
Comment on attachment 15097 [details]
patch

What's this for?

+DOMWindow::~DOMWindow()
+{
+}
+
Comment 3 Sam Weinig 2007-06-18 00:53:03 PDT
(In reply to comment #2)
> (From update of attachment 15097 [details] [edit])
> What's this for?
> 
> +DOMWindow::~DOMWindow()
> +{
> +}
> +

GCC complains with out it.
Comment 4 Geoffrey Garen 2007-06-18 11:19:35 PDT
Comment on attachment 15097 [details]
patch

r=me
Comment 5 Geoffrey Garen 2007-06-18 11:20:19 PDT
Please write a layout test that performs basic access of these properties.
Comment 6 Sam Weinig 2007-06-18 17:20:57 PDT
Landed in r23573.