Bug 253438
| Summary: | Resolve WebCore FIXME: take in a VM argument rather than a JSGlobalObject | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Seija K. <gfunni234> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, mark.lam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Seija K.
We can change the arguments to pass in their VM member since each JSGlobalObject has a VM object.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106645280>
Mark Lam
Under what circumstance would we want VM instead of the globalObject? This sounds invalid.