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

kevino at webkit.org kevino at webkit.org
Thu Oct 29 20:34:39 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e54bc0130cacc3229e49211e29ad61fb942bdc62
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 26 06:31:43 2009 +0000

    Build fix. Adding missing header files.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48785 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index edf860c..2c2c4b8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-25  Kevin Ollivier  <kevino at theolliviers.com>
+
+        Build fix. Adding missing header files.
+
+        * bindings/js/JSNamedNodeMapCustom.cpp:
+
 2009-09-25  David Kilzer  <ddkilzer at apple.com>
 
         Part 1 of 2: <http://webkit.org/b/29753> DerivedSources.make broken for non-Mac targets
diff --git a/WebCore/bindings/js/JSNamedNodeMapCustom.cpp b/WebCore/bindings/js/JSNamedNodeMapCustom.cpp
index 93aedca..1974ab0 100644
--- a/WebCore/bindings/js/JSNamedNodeMapCustom.cpp
+++ b/WebCore/bindings/js/JSNamedNodeMapCustom.cpp
@@ -28,6 +28,9 @@
 
 #include "JSNode.h"
 
+#include "Element.h"
+#include "NamedNodeMap.h"
+
 using namespace JSC;
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list