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

yurys at chromium.org yurys at chromium.org
Wed Dec 22 11:16:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3d37320487f0eb938db8d2aaf484eb8ee411e354
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 15:53:26 2010 +0000

    2010-07-16  Yury Semikhatsky  <yurys at chromium.org>
    
            Unreviewed. Chromium build fix. Add missing include.
    
            * inspector/ConsoleMessage.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63553 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6f3ffbd..0fc0719 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-16  Yury Semikhatsky  <yurys at chromium.org>
+
+        Unreviewed. Chromium build fix. Add missing include.
+
+        * inspector/ConsoleMessage.h:
+
 2010-07-16  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebCore/inspector/ConsoleMessage.h b/WebCore/inspector/ConsoleMessage.h
index d6abc9b..5113df3 100644
--- a/WebCore/inspector/ConsoleMessage.h
+++ b/WebCore/inspector/ConsoleMessage.h
@@ -32,6 +32,7 @@
 #define ConsoleMessage_h
 
 #include "Console.h"
+#include "KURL.h"
 #include "ScriptObject.h"
 #include "ScriptState.h"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list