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

eric.carlson at apple.com eric.carlson at apple.com
Thu Oct 29 20:38:14 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 211ea39581509b590e9446ccf0ce5e39d52bb572
Author: eric.carlson at apple.com <eric.carlson at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 2 18:08:14 2009 +0000

    2009-10-02  Eric Carlson  <eric.carlson at apple.com>
    
            Reviewed by Adam Roben.
    
            <rdar://problem/7271334>
            Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
    
            * WebKitSystemInterface.h:
            MediaControllerThemeQT -> MediaControllerThemeQuickTime
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49031 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 81b75f6..b2ee3ea 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-02  Eric Carlson  <eric.carlson at apple.com>
+
+        Reviewed by Adam Roben.
+
+        <rdar://problem/7271334> 
+        Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
+
+        * WebKitSystemInterface.h: 
+        MediaControllerThemeQT -> MediaControllerThemeQuickTime
+
 2009-10-02  Steve Falkenburg  <sfalken at apple.com>
 
         Reviewed by Mark Rowe.
diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h
index 0efa2f4..2c31cf9 100644
--- a/WebKitLibraries/WebKitSystemInterface.h
+++ b/WebKitLibraries/WebKitSystemInterface.h
@@ -216,7 +216,7 @@ typedef enum {
 
 typedef enum {
     WKMediaControllerThemeClassic   = 1,
-    WKMediaControllerThemeQT        = 2
+    WKMediaControllerThemeQuickTime = 2
 } WKMediaControllerThemeStyle;
 
 typedef enum {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list