Bug 14211 - Move the BarInfo object out of the JS bindings
Summary: Move the BarInfo object out of the JS bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 14192
  Show dependency treegraph
 
Reported: 2007-06-18 00:00 PDT by Sam Weinig
Modified: 2007-06-18 17:20 PDT (History)
0 users

See Also:


Attachments
patch (32.92 KB, patch)
2007-06-18 00:08 PDT, Sam Weinig
ggaren: review+
Details | Formatted Diff | Diff

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