More OS/2 bustage... bug 83774
git-svn-id: svn://10.0.0.236/trunk@139750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -267,10 +267,13 @@ private:
|
||||
PRBool HandleIconLoads(imgIRequest* aRequest, PRBool aCompleted);
|
||||
void InvalidateIcon(nsIPresContext *aPresContext);
|
||||
|
||||
// SingleIconLoad needs to not be private to be accessible by IconLoad
|
||||
protected:
|
||||
struct SingleIconLoad {
|
||||
nsCOMPtr<imgIRequest> mRequest;
|
||||
};
|
||||
|
||||
private:
|
||||
class IconLoad {
|
||||
// private class that wraps the data and logic needed for
|
||||
// broken image and loading image icons
|
||||
|
||||
@@ -267,10 +267,13 @@ private:
|
||||
PRBool HandleIconLoads(imgIRequest* aRequest, PRBool aCompleted);
|
||||
void InvalidateIcon(nsIPresContext *aPresContext);
|
||||
|
||||
// SingleIconLoad needs to not be private to be accessible by IconLoad
|
||||
protected:
|
||||
struct SingleIconLoad {
|
||||
nsCOMPtr<imgIRequest> mRequest;
|
||||
};
|
||||
|
||||
private:
|
||||
class IconLoad {
|
||||
// private class that wraps the data and logic needed for
|
||||
// broken image and loading image icons
|
||||
|
||||
Reference in New Issue
Block a user