Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky

This commit is contained in:
Dhi Aurrahman
2015-02-13 08:27:39 +07:00
parent 6ba9f94c00
commit 4eea7d7fd0
44 changed files with 153 additions and 149 deletions

View File

@@ -46,7 +46,7 @@ NS_IMPL_BOOL_ATTR(HTMLIFrameElement, AllowFullscreen, allowfullscreen)
NS_IMPL_STRING_ATTR(HTMLIFrameElement, Srcdoc, srcdoc)
void
HTMLIFrameElement::GetItemValueText(nsAString& aValue)
HTMLIFrameElement::GetItemValueText(DOMString& aValue)
{
GetSrc(aValue);
}