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

joepeck at webkit.org joepeck at webkit.org
Thu Oct 29 20:44:59 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e43dd767c305c9a28293d98bff7af0ea9054f370
Author: joepeck at webkit.org <joepeck at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 15 07:10:51 2009 +0000

    2009-10-15  Joseph Pecoraro  <joepeck at webkit.org>
    
            Fix Windows build.
    
            * dom/Document.idl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49611 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c4fd46f..f7acd68 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-15  Joseph Pecoraro  <joepeck at webkit.org>
+
+        Fix Windows build.
+
+        * dom/Document.idl:
+
 2009-10-14  Joseph Pecoraro  <joepeck at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/dom/Document.idl b/WebCore/dom/Document.idl
index 19cb22b..e9b5480 100644
--- a/WebCore/dom/Document.idl
+++ b/WebCore/dom/Document.idl
@@ -172,8 +172,9 @@ module core {
                  attribute HTMLElement body
                      setter raises (DOMException);
 
+#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
         readonly attribute HTMLHeadElement head;
-
+#endif
         readonly attribute HTMLCollection images;
         readonly attribute HTMLCollection applets;
         readonly attribute HTMLCollection links;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list