Backed out changeset 0949b169357b (possible workaround for Bug 543034), since it didn't help.

This commit is contained in:
Daniel Holbert 2010-02-02 19:32:52 -08:00
parent 1a6684fced
commit c7859b5789

View File

@ -378,12 +378,6 @@ nsAnnotationService::SetPageAnnotation(nsIURI* aURI,
}
// XXX for some reason, this next block of code seems to kill MSVC (bug 543034)
#ifdef _MSC_VER
#pragma optimize("", off)
#endif
NS_IMETHODIMP
nsAnnotationService::SetItemAnnotation(PRInt64 aItemId,
const nsACString& aName,
@ -462,10 +456,6 @@ nsAnnotationService::SetItemAnnotation(PRInt64 aItemId,
return NS_ERROR_NOT_IMPLEMENTED;
}
// End workaround for bug 543034
#ifdef _MSC_VER
#pragma optimize("", on)
#endif
NS_IMETHODIMP
nsAnnotationService::SetPageAnnotationString(nsIURI* aURI,