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

jianli at chromium.org jianli at chromium.org
Wed Dec 22 11:47:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bf32590089681cba9d0fb3414d11c5f8bcf43bf0
Author: jianli at chromium.org <jianli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 19:27:36 2010 +0000

    Fix chromium build break.
    
    * inspector/InspectorDebuggerAgent.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64864 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ee96734..be1c88d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-06  Jian Li  <jianli at chromium.org>
+
+        Fix chromium build break.
+
+        * inspector/InspectorDebuggerAgent.h:
+
 2010-08-06  Dirk Schulze  <krit at webkit.org>
 
         Not reviewed. Sort XCode project file.
diff --git a/WebCore/inspector/InspectorDebuggerAgent.h b/WebCore/inspector/InspectorDebuggerAgent.h
index b15ae90..165bf4f 100644
--- a/WebCore/inspector/InspectorDebuggerAgent.h
+++ b/WebCore/inspector/InspectorDebuggerAgent.h
@@ -36,6 +36,7 @@
 #include "ScriptState.h"
 #include "StringHash.h"
 #include <wtf/HashMap.h>
+#include <wtf/PassOwnPtr.h>
 
 namespace WebCore {
 class InjectedScriptHost;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list