mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fix build warning.
This commit is contained in:
parent
7c1e1a7c68
commit
e1aca3947c
@ -181,7 +181,7 @@ protected:
|
||||
|
||||
nsresult GetWindowOriginInPixels(nsIPresContext * aPresContext, PRBool aWindoless, nsPoint* aOrigin);
|
||||
|
||||
friend nsPluginInstanceOwner;
|
||||
friend class nsPluginInstanceOwner;
|
||||
|
||||
nsIPresContext *mPresContext; // weak ref
|
||||
private:
|
||||
|
@ -181,7 +181,7 @@ protected:
|
||||
|
||||
nsresult GetWindowOriginInPixels(nsIPresContext * aPresContext, PRBool aWindoless, nsPoint* aOrigin);
|
||||
|
||||
friend nsPluginInstanceOwner;
|
||||
friend class nsPluginInstanceOwner;
|
||||
|
||||
nsIPresContext *mPresContext; // weak ref
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user