Bug 153252 - DOMImplementation.createDocument() should treat undefined namespace as null
Summary: DOMImplementation.createDocument() should treat undefined namespace as null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://dom.spec.whatwg.org/#domimple...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-01-19 14:16 PST by Chris Dumez
Modified: 2016-01-19 16:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (8.79 KB, patch)
2016-01-19 14:29 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-01-19 14:16:54 PST
Document.createDocument() should treat undefined namespace as null as the DOMString parameter is nullable.
Comment 1 Chris Dumez 2016-01-19 14:29:02 PST
Created attachment 269297 [details]
Patch
Comment 2 WebKit Commit Bot 2016-01-19 16:17:59 PST
Comment on attachment 269297 [details]
Patch

Clearing flags on attachment: 269297

Committed r195322: <http://trac.webkit.org/changeset/195322>
Comment 3 WebKit Commit Bot 2016-01-19 16:18:04 PST
All reviewed patches have been landed.  Closing bug.