зеркало из https://github.com/mozilla/gecko-dev.git
Adding missing '= 0', Bug 367256, r=neil
This commit is contained in:
Родитель
37406b774a
Коммит
f3e9b28be0
|
@ -77,7 +77,7 @@ public:
|
|||
* Returns the name of the builtin type of the instance node that aElement is
|
||||
* bound to. Fails if aElement doesn't have a bound node.
|
||||
*/
|
||||
NS_IMETHOD GetBuiltinTypeName(nsIDOMNode *aElement, nsAString& aName);
|
||||
NS_IMETHOD GetBuiltinTypeName(nsIDOMNode *aElement, nsAString& aName) = 0;
|
||||
|
||||
/**
|
||||
* Return true if instance node that element is bound to is readonly.
|
||||
|
|
Загрузка…
Ссылка в новой задаче