[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:25:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ca2b99e90227b611419908dc2315ed5812c35042
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 20 22:05:27 2003 +0000

    Just a comment marking a bug I found.  3178518
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3680 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/WebHTMLViewPrivate.m b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
index a625230..9f2de32 100644
--- a/WebKit/WebView.subproj/WebHTMLViewPrivate.m
+++ b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
@@ -680,7 +680,8 @@ static BOOL inNSTextViewDrawRect;
     NSView *possibleContainingField = [self delegate];
 
     if (become && [possibleContainingField respondsToSelector:@selector(fieldEditorWillBecomeFirstResponder)]) {
-	[possibleContainingField fieldEditorWillBecomeFirstResponder];
+        //FIXME:  Note due to 3178518, this code is never executed.  Delegate==nil at this point.
+        [possibleContainingField fieldEditorWillBecomeFirstResponder];
     }
 
     return become;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list