Bug 348748 - Remove casts from java/. r=bsmedberg on the script, a=NPOTB+no-functionality-change
git-svn-id: svn://10.0.0.236/trunk@233910 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -312,7 +312,7 @@ nsresult InitializeWindowCreator(NativeBrowserControl * nativeBrowserControl)
|
||||
gCreatorCallback = new WindowCreator(nativeBrowserControl);
|
||||
if (gCreatorCallback)
|
||||
{
|
||||
nsCOMPtr<nsIWindowCreator> windowCreator(NS_STATIC_CAST(nsIWindowCreator *, gCreatorCallback));
|
||||
nsCOMPtr<nsIWindowCreator> windowCreator(static_cast<nsIWindowCreator *>(gCreatorCallback));
|
||||
if (windowCreator)
|
||||
{
|
||||
nsCOMPtr<nsIWindowWatcher> wwatch(do_GetService(NS_WINDOWWATCHER_CONTRACTID));
|
||||
|
||||
Reference in New Issue
Block a user