Bug 153252

Summary: DOMImplementation.createDocument() should treat undefined namespace as null
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han, kondapallykalyan, rniwa
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://dom.spec.whatwg.org/#domimplementation
Attachments:
Description Flags
Patch none

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.