[SCM] WebKit Debian packaging branch, debian/experimental,	updated. debian/1.3.8-1-1049-g2e11a8e
    paroga at webkit.org 
    paroga at webkit.org
       
    Fri Jan 21 14:49:30 UTC 2011
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 06afa2d846b36bb156263be65054d903923d4913
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 31 11:59:08 2010 +0000
    2010-12-31  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed build fix after r74800.
    
            * bindings/js/JSDOMWindowCustom.cpp: Add missing header.
            * bindings/js/JSLocationCustom.cpp: Ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74828 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index afa85c6..b13feb8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-31  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed build fix after r74800.
+
+        * bindings/js/JSDOMWindowCustom.cpp: Add missing header.
+        * bindings/js/JSLocationCustom.cpp: Ditto.
+
 2010-12-31  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/WebCore/bindings/js/JSDOMWindowCustom.cpp b/WebCore/bindings/js/JSDOMWindowCustom.cpp
index 76a6763..c8d8db6 100644
--- a/WebCore/bindings/js/JSDOMWindowCustom.cpp
+++ b/WebCore/bindings/js/JSDOMWindowCustom.cpp
@@ -46,6 +46,7 @@
 #include "Settings.h"
 #include "SharedWorkerRepository.h"
 #include <runtime/JSFunction.h>
+#include <runtime/PrototypeFunction.h>
 
 #if ENABLE(3D_CANVAS) || ENABLE(BLOB)
 #include "JSArrayBuffer.h"
diff --git a/WebCore/bindings/js/JSLocationCustom.cpp b/WebCore/bindings/js/JSLocationCustom.cpp
index 3102e06..432155e 100644
--- a/WebCore/bindings/js/JSLocationCustom.cpp
+++ b/WebCore/bindings/js/JSLocationCustom.cpp
@@ -25,6 +25,7 @@
 
 #include "Location.h"
 #include <runtime/JSFunction.h>
+#include <runtime/PrototypeFunction.h>
 
 using namespace JSC;
 
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list