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

simon.fraser at apple.com simon.fraser at apple.com
Thu Oct 29 20:39:38 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 5b60dc7b80930de1950a537c827c5b9c6121d3b4
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 6 01:05:34 2009 +0000

    2009-10-05  Simon Fraser  <simon.fraser at apple.com>
    
            Build fix. If you call Node::hasTagName(), you also have to include Element.h.
    
            * WebCoreSupport/WebChromeClient.mm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49139 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index d52b130..74a31d7 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-05  Simon Fraser  <simon.fraser at apple.com>
+
+        Build fix. If you call Node::hasTagName(), you also have to include Element.h.
+
+        * WebCoreSupport/WebChromeClient.mm:
+
 2009-10-05  Pierre d'Herbemont  <pdherbemont at webkit.org>
 
         Reviewed by Simon Fraser
diff --git a/WebKit/mac/WebCoreSupport/WebChromeClient.mm b/WebKit/mac/WebCoreSupport/WebChromeClient.mm
index 58127bf..a3f004e 100644
--- a/WebKit/mac/WebCoreSupport/WebChromeClient.mm
+++ b/WebKit/mac/WebCoreSupport/WebChromeClient.mm
@@ -49,6 +49,7 @@
 #import <Foundation/Foundation.h>
 #import <WebCore/BlockExceptions.h>
 #import <WebCore/Console.h>
+#import <WebCore/Element.h>
 #import <WebCore/FileChooser.h>
 #import <WebCore/FloatRect.h>
 #import <WebCore/Frame.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list