зеркало из https://github.com/mozilla/gecko-dev.git
remove a printf
This commit is contained in:
Родитель
ddb60476a9
Коммит
9327eb888f
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче