Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
This commit is contained in:
@@ -32,7 +32,7 @@ HTMLTimeElement::WrapNode(JSContext* cx)
|
||||
}
|
||||
|
||||
void
|
||||
HTMLTimeElement::GetItemValueText(nsAString& text)
|
||||
HTMLTimeElement::GetItemValueText(DOMString& text)
|
||||
{
|
||||
if (HasAttr(kNameSpaceID_None, nsGkAtoms::datetime)) {
|
||||
GetDateTime(text);
|
||||
|
||||
Reference in New Issue
Block a user