mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 0949b169357b (possible workaround for Bug 543034), since it didn't help.
This commit is contained in:
parent
1a6684fced
commit
c7859b5789
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user