Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
This commit is contained in:
@@ -30,7 +30,7 @@ HTMLDataElement::WrapNode(JSContext* aCx)
|
||||
}
|
||||
|
||||
void
|
||||
HTMLDataElement::GetItemValueText(nsAString& text)
|
||||
HTMLDataElement::GetItemValueText(DOMString& text)
|
||||
{
|
||||
GetValue(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user