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

msaboff at apple.com msaboff at apple.com
Wed Dec 22 16:14:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit eb0d4d8888a012636741dc24e5b59310360d5c9e
Author: msaboff at apple.com <msaboff at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 19 22:59:14 2010 +0000

    2010-11-19  Michael Saboff  <msaboff at apple.com>
    
            Reviewed by Sam Weinig
    
            Remove DOMSVGAnimatedPathData.h from all: target to fix build.
    
            * MigrateHeaders.make:
    
    2010-11-19  Michael Saboff  <msaboff at apple.com>
    
            Reviewed by Sam Weinig
    
            Remove DOMSVGAnimatedPathData.h from all: target to fix build.
    
            * MigrateHeaders.make:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72443 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 92f6c45..15d4c2c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-19  Michael Saboff  <msaboff at apple.com>
+
+        Reviewed by Sam Weinig.
+
+        Removed import of DOMSVGAnimatedPathData.h to fix build.
+
+        * bindings/objc/DOMSVG.h:
+
 2010-11-19  Avi Drissman  <avi at google.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebCore/bindings/objc/DOMSVG.h b/WebCore/bindings/objc/DOMSVG.h
index 1fdab9a..4fc69fd 100644
--- a/WebCore/bindings/objc/DOMSVG.h
+++ b/WebCore/bindings/objc/DOMSVG.h
@@ -38,7 +38,6 @@
 #import <WebCore/DOMSVGAnimatedLengthList.h>
 #import <WebCore/DOMSVGAnimatedNumber.h>
 #import <WebCore/DOMSVGAnimatedNumberList.h>
-#import <WebCore/DOMSVGAnimatedPathData.h>
 #import <WebCore/DOMSVGAnimatedPreserveAspectRatio.h>
 #import <WebCore/DOMSVGAnimatedRect.h>
 #import <WebCore/DOMSVGAnimatedString.h>
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index b085e36..bd11503 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-19  Michael Saboff  <msaboff at apple.com>
+
+        Reviewed by Sam Weinig
+
+        Remove DOMSVGAnimatedPathData.h from all: target to fix build.
+
+        * MigrateHeaders.make:
+
 2010-11-19  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/WebKit/mac/MigrateHeaders.make b/WebKit/mac/MigrateHeaders.make
index d674d4d..7b09b05 100644
--- a/WebKit/mac/MigrateHeaders.make
+++ b/WebKit/mac/MigrateHeaders.make
@@ -221,7 +221,6 @@ all : \
     $(INTERNAL_HEADERS_DIR)/DOMSVGAnimatedNumberInternal.h \
     $(PRIVATE_HEADERS_DIR)/DOMSVGAnimatedNumberList.h \
     $(INTERNAL_HEADERS_DIR)/DOMSVGAnimatedNumberListInternal.h \
-    $(PRIVATE_HEADERS_DIR)/DOMSVGAnimatedPathData.h \
     $(PRIVATE_HEADERS_DIR)/DOMSVGAnimatedPreserveAspectRatio.h \
     $(INTERNAL_HEADERS_DIR)/DOMSVGAnimatedPreserveAspectRatioInternal.h \
     $(PRIVATE_HEADERS_DIR)/DOMSVGAnimatedRect.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list