зеркало из https://github.com/mozilla/gecko-dev.git
Bug 589871 - Fix GetValidationmessage warnings; r=Olli.Pettay approval2.0=jst
This commit is contained in:
Родитель
f38944642b
Коммит
f2ee8e16af
|
@ -82,6 +82,8 @@ class nsHTMLButtonElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLButtonElement(already_AddRefed<nsINodeInfo> aNodeInfo);
|
||||
virtual ~nsHTMLButtonElement();
|
||||
|
||||
|
|
|
@ -49,6 +49,8 @@ class nsHTMLFieldSetElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLFieldSetElement(already_AddRefed<nsINodeInfo> aNodeInfo);
|
||||
virtual ~nsHTMLFieldSetElement();
|
||||
|
||||
|
|
|
@ -118,6 +118,8 @@ class nsHTMLInputElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLInputElement(already_AddRefed<nsINodeInfo> aNodeInfo,
|
||||
PRUint32 aFromParser);
|
||||
virtual ~nsHTMLInputElement();
|
||||
|
|
|
@ -49,6 +49,8 @@ class nsHTMLOutputElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLOutputElement(already_AddRefed<nsINodeInfo> aNodeInfo);
|
||||
virtual ~nsHTMLOutputElement();
|
||||
|
||||
|
|
|
@ -241,6 +241,8 @@ class nsHTMLSelectElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLSelectElement(already_AddRefed<nsINodeInfo> aNodeInfo,
|
||||
PRUint32 aFromParser = 0);
|
||||
virtual ~nsHTMLSelectElement();
|
||||
|
|
|
@ -94,6 +94,8 @@ class nsHTMLTextAreaElement : public nsGenericHTMLFormElement,
|
|||
public nsIConstraintValidation
|
||||
{
|
||||
public:
|
||||
using nsIConstraintValidation::GetValidationMessage;
|
||||
|
||||
nsHTMLTextAreaElement(already_AddRefed<nsINodeInfo> aNodeInfo,
|
||||
PRUint32 aFromParser = 0);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче