Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
This commit is contained in:
@@ -2141,7 +2141,7 @@ HTMLMediaElement::~HTMLMediaElement()
|
||||
}
|
||||
|
||||
void
|
||||
HTMLMediaElement::GetItemValueText(nsAString& aValue)
|
||||
HTMLMediaElement::GetItemValueText(DOMString& aValue)
|
||||
{
|
||||
// Can't call GetSrc because we don't have a JSContext
|
||||
GetURIAttr(nsGkAtoms::src, nullptr, aValue);
|
||||
|
||||
Reference in New Issue
Block a user