зеркало из https://github.com/mozilla/gecko-dev.git
Bug 976272. Use DOMString for HTMLElement.className, and mark it as [Pure]. r=smaug
This commit is contained in:
Родитель
11bc10edd4
Коммит
eb7322776c
|
@ -260,7 +260,7 @@ public:
|
|||
#undef ERROR_EVENT
|
||||
#undef FORWARDED_EVENT
|
||||
#undef EVENT
|
||||
void GetClassName(nsString& aClassName)
|
||||
void GetClassName(mozilla::dom::DOMString& aClassName)
|
||||
{
|
||||
GetAttr(kNameSpaceID_None, nsGkAtoms::_class, aClassName);
|
||||
}
|
||||
|
|
|
@ -77,6 +77,7 @@ interface HTMLElement : Element {
|
|||
|
||||
// Mozilla specific stuff
|
||||
// FIXME Bug 810677 Move className from HTMLElement to Element
|
||||
[Pure]
|
||||
attribute DOMString className;
|
||||
|
||||
attribute EventHandler oncopy;
|
||||
|
|
Загрузка…
Ссылка в новой задаче