Bug 6358 - JS objects missing "prototype" properties
Summary: JS objects missing "prototype" properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 6254
  Show dependency treegraph
 
Reported: 2006-01-03 14:11 PST by Anders Carlsson
Modified: 2006-01-03 14:35 PST (History)
1 user (show)

See Also:


Attachments
Add prototype properties (8.12 KB, patch)
2006-01-03 14:27 PST, Anders Carlsson
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2006-01-03 14:11:46 PST
The DOMParser, XMLHttpRequest, XMLSerializer and XSLTProcessor constructor objects doesn't have 
"prototype" set to the prototype object.
Comment 1 Anders Carlsson 2006-01-03 14:27:51 PST
Created attachment 5458 [details]
Add prototype properties
Comment 2 Eric Seidel (no email) 2006-01-03 14:29:35 PST
Comment on attachment 5458 [details]
Add prototype properties

Looks great! r=me