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

jamesr at google.com jamesr at google.com
Wed Dec 22 11:12:34 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 899ed9e96be2b9bac60a24043a61e7868e417e30
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 02:26:13 2010 +0000

    2010-07-14  James Robinson  <jamesr at chromium.org>
    
            Unreviewed. Compile fix, initialization/declaration order mismatch.
    
            * src/GLES2ContextInternal.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63392 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 67c01ed..b5e5b19 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-14  James Robinson  <jamesr at chromium.org>
+
+        Unreviewed. Compile fix, initialization/declaration order mismatch.
+
+        * src/GLES2ContextInternal.h:
+
 2010-07-14  Jay Civelli  <jcivelli at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/src/GLES2ContextInternal.h b/WebKit/chromium/src/GLES2ContextInternal.h
index 7840050..4668311 100644
--- a/WebKit/chromium/src/GLES2ContextInternal.h
+++ b/WebKit/chromium/src/GLES2ContextInternal.h
@@ -48,8 +48,8 @@ public:
 private:
     GLES2ContextInternal(WebKit::WebGLES2Context* impl, bool owns);
 
-    bool m_owns;
     WebKit::WebGLES2Context* m_impl;
+    bool m_owns;
 };
 
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list