[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

mrowe at apple.com mrowe at apple.com
Wed Feb 10 22:16:06 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit d9c2da977ef818db140f6f12f705457c4570ef21
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 5 07:34:45 2010 +0000

    Rubber-stamped by Dan Bernstein.
    
    Fix the ability to #include <WebKit/DOMFile.h>.
    
    * MigrateHeaders.make: Mark DOMBlob.h as a public header since the already-public DOMFile.h depends on it.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54411 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index db6062d..15b65ee 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-04  Mark Rowe  <mrowe at apple.com>
+
+        Rubber-stamped by Dan Bernstein.
+
+        Fix the ability to #include <WebKit/DOMFile.h>.
+
+        * MigrateHeaders.make: Mark DOMBlob.h as a public header since the already-public DOMFile.h depends on it.
+
 2010-02-04  John Sullivan  <sullivan at apple.com>
 
         https://bugs.webkit.org/show_bug.cgi?id=34611
diff --git a/WebKit/mac/MigrateHeaders.make b/WebKit/mac/MigrateHeaders.make
index 7d01c99..f4bf744 100644
--- a/WebKit/mac/MigrateHeaders.make
+++ b/WebKit/mac/MigrateHeaders.make
@@ -36,7 +36,7 @@ all : \
     $(PUBLIC_HEADERS_DIR)/DOM.h \
     $(PUBLIC_HEADERS_DIR)/DOMAbstractView.h \
     $(PUBLIC_HEADERS_DIR)/DOMAttr.h \
-    $(PRIVATE_HEADERS_DIR)/DOMBlob.h \
+    $(PUBLIC_HEADERS_DIR)/DOMBlob.h \
     $(INTERNAL_HEADERS_DIR)/DOMBlobInternal.h \
     $(PUBLIC_HEADERS_DIR)/DOMCDATASection.h \
     $(PUBLIC_HEADERS_DIR)/DOMCSS.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list