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

japhet at chromium.org japhet at chromium.org
Wed Dec 22 12:29:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6f9682ba7ba3f9f078320974076eb4d941b9b632
Author: japhet at chromium.org <japhet at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 17:53:27 2010 +0000

    2010-08-24  Nate Chapin  <japhet at chromium.org>
    
            Unreviewed.
    
            Chromium build fix (add a #include missing in PingLoader.cpp)
    
            * loader/PingLoader.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65911 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c722fad..797afce 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-24  Nate Chapin  <japhet at chromium.org>
 
+        Unreviewed.
+
+        Chromium build fix (add a #include missing in PingLoader.cpp)
+
+        * loader/PingLoader.cpp:
+
+2010-08-24  Nate Chapin  <japhet at chromium.org>
+
         Reviewed by David Levin.
 
         Allow image loads triggered from unload handlers to run entirely
diff --git a/WebCore/loader/PingLoader.cpp b/WebCore/loader/PingLoader.cpp
index 7e727a1..d2c6410 100644
--- a/WebCore/loader/PingLoader.cpp
+++ b/WebCore/loader/PingLoader.cpp
@@ -36,6 +36,7 @@
 #include "ResourceHandle.h"
 #include "SecurityOrigin.h"
 #include <wtf/OwnPtr.h>
+#include <wtf/UnusedParam.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list