[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

pfeldman at chromium.org pfeldman at chromium.org
Thu Apr 8 00:06:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2a5432072183ec9b1167ab2d24783a92ae9117fe
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 1 14:22:41 2009 +0000

    2009-12-01  Pavel Feldman  <pfeldman at dhcp-172-28-174-220.spb.corp.google.com>
    
            Not reviewed: chromium build fix, added missing import.
    
            * inspector/InspectorFrontendHost.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51534 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4d24830..398f744 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-01  Pavel Feldman  <pfeldman at dhcp-172-28-174-220.spb.corp.google.com>
+
+        Not reviewed: chromium build fix, added missing import.
+
+        * inspector/InspectorFrontendHost.cpp:
+
 2009-12-01  Pavel Feldman  <pfeldman at chromium.org>
 
         Not reviewed: fix windows build via unexcluding generated files from
diff --git a/WebCore/inspector/InspectorFrontendHost.cpp b/WebCore/inspector/InspectorFrontendHost.cpp
index 768eb08..138a4df 100644
--- a/WebCore/inspector/InspectorFrontendHost.cpp
+++ b/WebCore/inspector/InspectorFrontendHost.cpp
@@ -40,6 +40,7 @@
 #include "InspectorResource.h"
 
 #include <wtf/RefPtr.h>
+#include <wtf/StdLibExtras.h>
 
 using namespace std;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list