Bug 1093839 - remove unused declaration of SerializeJSValVariant. r=smaug

This commit is contained in:
Tom Tromey 2014-11-04 13:21:00 +01:00
parent 119321d8c2
commit ee8579d7d1

View File

@ -333,11 +333,6 @@ protected:
nsresult ScrollToAnchor(nsACString & curHash, nsACString & newHash, nsresult ScrollToAnchor(nsACString & curHash, nsACString & newHash,
uint32_t aLoadType); uint32_t aLoadType);
// Tries to serialize a given variant using structured clone. This only
// works if the variant is backed by a JSVal.
nsresult SerializeJSValVariant(JSContext *aCx, nsIVariant *aData,
nsAString &aResult);
// Returns true if would have called FireOnLocationChange, // Returns true if would have called FireOnLocationChange,
// but did not because aFireOnLocationChange was false on entry. // but did not because aFireOnLocationChange was false on entry.
// In this case it is the caller's responsibility to ensure // In this case it is the caller's responsibility to ensure