mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Fix type bustage in cocoa view. Not part of build.
This commit is contained in:
parent
c2c2666551
commit
67a696495c
@ -43,7 +43,7 @@
|
||||
#include "NSBrowserView.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
PRInt32 nsCocoaBrowserService::sNumBrowsers = 0;
|
||||
PRUint32 nsCocoaBrowserService::sNumBrowsers = 0;
|
||||
nsAlertController* nsCocoaBrowserService::sController = nsnull;
|
||||
nsCocoaBrowserService* nsCocoaBrowserService::sSingleton = nsnull;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user