Bug 1147572 - Remove implementation language field from DOM class info. r=jst
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsIClassInfoImpl.h"
|
||||
#include "nsIProgrammingLanguage.h"
|
||||
|
||||
NS_IMETHODIMP_(MozExternalRefCountType)
|
||||
GenericClassInfo::AddRef()
|
||||
@@ -59,13 +58,6 @@ GenericClassInfo::GetClassID(nsCID** aClassID)
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
GenericClassInfo::GetImplementationLanguage(uint32_t* aLanguage)
|
||||
{
|
||||
*aLanguage = nsIProgrammingLanguage::CPLUSPLUS;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
GenericClassInfo::GetFlags(uint32_t* aFlags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user