mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Trying to fix Windows bustage. Bug 191839.
This commit is contained in:
parent
67a4a4f8bc
commit
cc13d8a514
@ -56,7 +56,7 @@ class nsContentPolicy : public nsIContentPolicy
|
||||
nsCOMArray<nsIContentPolicy> mPolicies;
|
||||
|
||||
//Helper type for CheckPolicy
|
||||
typedef nsresult
|
||||
typedef NS_METHOD_(nsresult)
|
||||
(nsIContentPolicy::*CPMethod)(PRUint32, nsIURI*, nsIURI*, nsIDOMNode*,
|
||||
const nsACString &, nsISupports*, PRInt16*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user