[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

barraclough at apple.com barraclough at apple.com
Wed Dec 22 14:36:17 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 129a3e2e95fb2cdbcfc0b3bba039e5913bd18681
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 00:27:59 2010 +0000

    Chromium build fix.
    
    * bindings/v8/ScriptProfiler.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69717 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f9a07f1..f51a4b5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-13  Gavin Barraclough  <barraclough at apple.com>
+
+        Chromium build fix.
+
+        * bindings/v8/ScriptProfiler.cpp:
+
 2010-10-13  Chris Evans  <cevans at google.com>
 
         Reviewed by Jian Li.
diff --git a/WebCore/bindings/v8/ScriptProfiler.cpp b/WebCore/bindings/v8/ScriptProfiler.cpp
index 6086c52..02dea14 100644
--- a/WebCore/bindings/v8/ScriptProfiler.cpp
+++ b/WebCore/bindings/v8/ScriptProfiler.cpp
@@ -34,6 +34,7 @@
 #include "InspectorValues.h"
 
 #include <v8-profiler.h>
+#include <V8Binding.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list