[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:13:01 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 11147cbfce6237b176a235aca25368c87d02ae7d
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Dec 9 23:16:28 2002 +0000
Oops.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2980 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index e089c6c..4b6c3f5 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -924,10 +924,14 @@
{
}
+#if 0
+
- (NSView *)hitTest:(NSPoint)point
{
// We handle all clicks. We don't allow subviews to handle them.
return [super hitTest:point] ? self : nil;
}
+#endif
+
@end
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list