From 3854052a0311081bbac66608943408744c108c78 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 3 Oct 2013 09:11:27 +0200 Subject: [PATCH] Bug 923250 - Remove nsHistorySH declaration; r=jst --- dom/base/nsDOMClassInfo.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dom/base/nsDOMClassInfo.h b/dom/base/nsDOMClassInfo.h index 2b4906928654..33adaf641769 100644 --- a/dom/base/nsDOMClassInfo.h +++ b/dom/base/nsDOMClassInfo.h @@ -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