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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:38:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a2f9f97b3c8503e639d98691dd0db6e10dd6cf47
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 10 18:05:03 2004 +0000

    	Forgot to commit this copied header.
    
            * DOM.subproj/DOMExtensions.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6565 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index f34431b..0c45b9f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-10  Chris Blumenberg  <cblu at apple.com>
+
+	Forgot to commit this copied header.
+
+        * DOM.subproj/DOMExtensions.h:
+
 === Safari-139 ===
 
 2004-05-06  Chris Blumenberg  <cblu at apple.com>
diff --git a/WebKit/DOM.subproj/DOMExtensions.h b/WebKit/DOM.subproj/DOMExtensions.h
index f0ec0c2..aa985ab 100644
--- a/WebKit/DOM.subproj/DOMExtensions.h
+++ b/WebKit/DOM.subproj/DOMExtensions.h
@@ -23,6 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#import "DOMCSS.h"
 #import "DOMHTML.h"
 
 @class DOMCSSStyleDeclaration;
@@ -58,3 +59,7 @@
 - (long)width;
 - (void)setWidth:(long)width;
 @end
+
+ at interface DOMRGBColor (DOMRGBColorExtensions)
+- (DOMCSSPrimitiveValue *)alpha;
+ at end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list