зеркало из https://github.com/mozilla/gecko-dev.git
Bug 923250 - Remove nsHistorySH declaration; r=jst
This commit is contained in:
Родитель
e404d759e6
Коммит
3854052a03
|
@ -471,34 +471,6 @@ public:
|
|||
};
|
||||
|
||||
|
||||
// History helper
|
||||
|
||||
class nsHistorySH : public nsStringArraySH
|
||||
{
|
||||
protected:
|
||||
nsHistorySH(nsDOMClassInfoData* aData) : nsStringArraySH(aData)
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~nsHistorySH()
|
||||
{
|
||||
}
|
||||
|
||||
virtual nsresult GetStringAt(nsISupports *aNative, int32_t aIndex,
|
||||
nsAString& aResult) MOZ_OVERRIDE;
|
||||
|
||||
public:
|
||||
NS_IMETHOD PreCreate(nsISupports *nativeObj, JSContext *cx,
|
||||
JSObject *globalObj, JSObject **parentObj) MOZ_OVERRIDE;
|
||||
NS_IMETHOD GetProperty(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
|
||||
JSObject *obj, jsid id, JS::Value *vp, bool *_retval) MOZ_OVERRIDE;
|
||||
|
||||
static nsIClassInfo *doCreate(nsDOMClassInfoData* aData)
|
||||
{
|
||||
return new nsHistorySH(aData);
|
||||
}
|
||||
};
|
||||
|
||||
// StringList scriptable helper
|
||||
|
||||
class nsStringListSH : public nsStringArraySH
|
||||
|
|
Загрузка…
Ссылка в новой задаче