Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
This commit is contained in:
@@ -36,7 +36,7 @@ HTMLSharedObjectElement::HTMLSharedObjectElement(already_AddRefed<mozilla::dom::
|
||||
}
|
||||
|
||||
void
|
||||
HTMLSharedObjectElement::GetItemValueText(nsAString& aValue)
|
||||
HTMLSharedObjectElement::GetItemValueText(DOMString& aValue)
|
||||
{
|
||||
if (mNodeInfo->Equals(nsGkAtoms::applet)) {
|
||||
nsGenericHTMLElement::GetItemValueText(aValue);
|
||||
|
||||
Reference in New Issue
Block a user