[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

simon.fraser at apple.com simon.fraser at apple.com
Thu Oct 29 20:41:24 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 396ac8c274d1525dd47d0f2f5d690ceb2359fab0
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 7 22:41:06 2009 +0000

    2009-10-07  Simon Fraser  <simon.fraser at apple.com>
    
            Make Dan Bernstein happy.
    
            * WebView/WebHTMLView.mm:
            (-[WebHTMLView drawRect:]):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49271 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 6e2bc1a..15c4999 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,5 +1,12 @@
 2009-10-07  Simon Fraser  <simon.fraser at apple.com>
 
+        Make Dan Bernstein happy.
+
+        * WebView/WebHTMLView.mm:
+        (-[WebHTMLView drawRect:]):
+
+2009-10-07  Simon Fraser  <simon.fraser at apple.com>
+
         Reviewed by Dan Bernstein.
 
         Avoid Obj-C message dispatch when possible by storing accessed objects
diff --git a/WebKit/mac/WebView/WebHTMLView.mm b/WebKit/mac/WebView/WebHTMLView.mm
index 2143dfe..102f630 100644
--- a/WebKit/mac/WebView/WebHTMLView.mm
+++ b/WebKit/mac/WebView/WebHTMLView.mm
@@ -3178,7 +3178,7 @@ WEBCORE_COMMAND(yankAndSelect)
     double start = CFAbsoluteTimeGetCurrent();
 #endif
 
-    WebView* webView = [self _webView];
+    WebView *webView = [self _webView];
     if ([webView _mustDrawUnionedRect:rect singleRects:rects count:count])
         [self drawSingleRect:rect];
     else
@@ -3199,7 +3199,7 @@ WEBCORE_COMMAND(yankAndSelect)
         // don't show up on the screen before the window flush at the end
         // of the current window display, but only if a window flush is actually
         // going to happen.
-        NSWindow* window = [self window];
+        NSWindow *window = [self window];
         if ([window viewsNeedDisplay])
             [window disableScreenUpdatesUntilFlush];
         

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list