Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag git-svn-id: svn://10.0.0.236/trunk@144011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -311,7 +311,7 @@ nsresult InitializeWindowCreator()
|
||||
WindowCreator *creatorCallback = new WindowCreator();
|
||||
if (creatorCallback)
|
||||
{
|
||||
nsCOMPtr<nsIWindowCreator> windowCreator(dont_QueryInterface(NS_STATIC_CAST(nsIWindowCreator *, creatorCallback)));
|
||||
nsCOMPtr<nsIWindowCreator> windowCreator(NS_STATIC_CAST(nsIWindowCreator *, creatorCallback));
|
||||
if (windowCreator)
|
||||
{
|
||||
nsCOMPtr<nsIWindowWatcher> wwatch(do_GetService("@mozilla.org/embedcomp/window-watcher;1"));
|
||||
|
||||
Reference in New Issue
Block a user