remove a printf
git-svn-id: svn://10.0.0.236/trunk@119895 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5486100095
commit
dbdcfe33d6
@ -1434,12 +1434,11 @@ nsHeaderSniffer::OnSecurityChange(nsIWebProgress *aWebProgress,
|
||||
{
|
||||
NSPoint localPoint = [self convertPoint:inPoint fromView:[inWind contentView]];
|
||||
NSView<mozView>* hitView = [self hitTest:localPoint];
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)]) {
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)] ) {
|
||||
nsCOMPtr<nsIEventSink> sink (do_QueryInterface([hitView widget]));
|
||||
*outSink = sink.get();
|
||||
NS_IF_ADDREF(*outSink);
|
||||
}
|
||||
else printf("couldn't find a view\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1434,12 +1434,11 @@ nsHeaderSniffer::OnSecurityChange(nsIWebProgress *aWebProgress,
|
||||
{
|
||||
NSPoint localPoint = [self convertPoint:inPoint fromView:[inWind contentView]];
|
||||
NSView<mozView>* hitView = [self hitTest:localPoint];
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)]) {
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)] ) {
|
||||
nsCOMPtr<nsIEventSink> sink (do_QueryInterface([hitView widget]));
|
||||
*outSink = sink.get();
|
||||
NS_IF_ADDREF(*outSink);
|
||||
}
|
||||
else printf("couldn't find a view\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1434,12 +1434,11 @@ nsHeaderSniffer::OnSecurityChange(nsIWebProgress *aWebProgress,
|
||||
{
|
||||
NSPoint localPoint = [self convertPoint:inPoint fromView:[inWind contentView]];
|
||||
NSView<mozView>* hitView = [self hitTest:localPoint];
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)]) {
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)] ) {
|
||||
nsCOMPtr<nsIEventSink> sink (do_QueryInterface([hitView widget]));
|
||||
*outSink = sink.get();
|
||||
NS_IF_ADDREF(*outSink);
|
||||
}
|
||||
else printf("couldn't find a view\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1434,12 +1434,11 @@ nsHeaderSniffer::OnSecurityChange(nsIWebProgress *aWebProgress,
|
||||
{
|
||||
NSPoint localPoint = [self convertPoint:inPoint fromView:[inWind contentView]];
|
||||
NSView<mozView>* hitView = [self hitTest:localPoint];
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)]) {
|
||||
if ( [hitView conformsToProtocol:@protocol(mozView)] ) {
|
||||
nsCOMPtr<nsIEventSink> sink (do_QueryInterface([hitView widget]));
|
||||
*outSink = sink.get();
|
||||
NS_IF_ADDREF(*outSink);
|
||||
}
|
||||
else printf("couldn't find a view\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user