[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kbr at google.com kbr at google.com
Wed Dec 22 14:15:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a65758bfb8bfd379a2fb8dbb988473def865a5bb
Author: kbr at google.com <kbr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 23:00:30 2010 +0000

    2010-10-05  Kenneth Russell  <kbr at google.com>
    
            Unreviewed, follow up to 47216. Add newline above "protected:".
    
            * public/WebFrame.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69157 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 684a3c4..eb08542 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-05  Kenneth Russell  <kbr at google.com>
 
+        Unreviewed, follow up to 47216. Add newline above "protected:".
+
+        * public/WebFrame.h:
+
+2010-10-05  Kenneth Russell  <kbr at google.com>
+
         Reviewed by Tony Chang.
 
         [chromium] Implement layerTreeAsText in DumpRenderTree
diff --git a/WebKit/chromium/public/WebFrame.h b/WebKit/chromium/public/WebFrame.h
index 4f733db..8f2c861 100644
--- a/WebKit/chromium/public/WebFrame.h
+++ b/WebKit/chromium/public/WebFrame.h
@@ -554,6 +554,7 @@ public:
     // Dumps the layer tree, used by the accelerated compositor, in
     // text form. This is used only by layout tests.
     virtual WebString layerTreeAsText() const = 0;
+
 protected:
     ~WebFrame() { }
 };

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list