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

benm at google.com benm at google.com
Wed Dec 22 11:59:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5dce2230322e5e179aedc899f8f2ce1a80ba275e
Author: benm at google.com <benm at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 17:51:48 2010 +0000

    2010-08-12  Ben Murdoch  <benm at google.com>
    
            Reviewed by Pavel Feldman.
    
            InspectorController.h missing InspectorObject forward declaration
            https://bugs.webkit.org/show_bug.cgi?id=43913
    
            Build fix so no new tests.
    
            * inspector/InspectorController.h: Adds the necessary forward declaration.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65258 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index dfec2e5..172fe39 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-12  Ben Murdoch  <benm at google.com>
+
+        Reviewed by Pavel Feldman.
+
+        InspectorController.h missing InspectorObject forward declaration
+        https://bugs.webkit.org/show_bug.cgi?id=43913
+
+        Build fix so no new tests.
+
+        * inspector/InspectorController.h: Adds the necessary forward declaration.
+
 2010-08-12  Hui Huang  <hui.2.huang at nokia.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/inspector/InspectorController.h b/WebCore/inspector/InspectorController.h
index 59d26ac..622e1c4 100644
--- a/WebCore/inspector/InspectorController.h
+++ b/WebCore/inspector/InspectorController.h
@@ -64,6 +64,7 @@ class InspectorDOMStorageResource;
 class InspectorDatabaseResource;
 class InspectorDebuggerAgent;
 class InspectorFrontendClient;
+class InspectorObject;
 class InspectorResource;
 class InspectorStorageAgent;
 class InspectorTimelineAgent;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list