DescriptionTreatReturnedNullStringAs removed from XSLTProcessor.idl
XSLTProcessor::getParameter() returns value hold in hashmap
m_parameters, the value it hold are set via setParameters()
and is set via JS bindings.
The value of m_parameters key if reset or removed it returns
a null value.
getParmeter() is not based on W3C API but is compatible
solution with Gecko, with behaviour defined as Gets a
parameter if previously set by setParameter. Returns null
otherwise.
Test in xslt-processor.html exhibits that value when is not
set, reset or clear it returns in getParameter a null value
for the key.
BUG=497982
R=philipj, haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197109
Patch Set 1 #Patch Set 2 : Updated LayoutTests #Patch Set 3 : Return nullable value for getParameter instead of null string #
Messages
Total messages: 20 (7 generated)
|