Backed out changeset 795ebf4423ba (bug 851892)

This commit is contained in:
Sebastian Hengst
2017-01-20 19:30:59 +01:00
parent 5ca582768f
commit 2520f8d517
6 changed files with 33 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ public:
{
return this;
}
virtual nsIDOMCSSRule* GetExistingDOMRule() override
{
return this;
}
// nsIDOMCSSRule interface
NS_DECL_NSIDOMCSSRULE
@@ -123,6 +127,10 @@ public:
{
return this;
}
virtual nsIDOMCSSRule* GetExistingDOMRule() override
{
return this;
}
// nsIDOMCSSRule interface
NS_DECL_NSIDOMCSSRULE
@@ -452,6 +460,10 @@ public:
{
return this;
}
virtual nsIDOMCSSRule* GetExistingDOMRule() override
{
return this;
}
// nsIDOMCSSRule interface
NS_DECL_NSIDOMCSSRULE
@@ -567,6 +579,10 @@ public:
{
return this;
}
virtual nsIDOMCSSRule* GetExistingDOMRule() override
{
return this;
}
NS_DECL_ISUPPORTS_INHERITED