[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
pfeldman at chromium.org
pfeldman at chromium.org
Fri Jan 21 14:46:21 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 5658b09a98ad450f35098fe8ae0df784a74eee40
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 29 21:39:14 2010 +0000
2010-12-29 Pavel Feldman <pfeldman at chromium.org>
Not reviewed: Qt build fix.
* inspector/InspectorController.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74757 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 86f9c0c..cdb5505 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2010-12-29 Pavel Feldman <pfeldman at chromium.org>
+ Not reviewed: Qt build fix.
+
+ * inspector/InspectorController.cpp:
+
+2010-12-29 Pavel Feldman <pfeldman at chromium.org>
+
Reviewed by Yury Semikhatsky.
Web Inspector: extract Database & DOM Storage
diff --git a/WebCore/inspector/InspectorController.cpp b/WebCore/inspector/InspectorController.cpp
index 6c09507..7248dc9 100644
--- a/WebCore/inspector/InspectorController.cpp
+++ b/WebCore/inspector/InspectorController.cpp
@@ -62,8 +62,8 @@
#include "InspectorClient.h"
#include "InspectorDOMAgent.h"
#include "InspectorDOMStorageResource.h"
-#include "InspectorDatabaseAgent.h"
#include "InspectorDatabaseResource.h"
+#include "InspectorDebuggerAgent.h"
#include "InspectorFrontend.h"
#include "InspectorFrontendClient.h"
#include "InspectorInstrumentation.h"
@@ -104,7 +104,7 @@
#if ENABLE(DATABASE)
#include "Database.h"
-#include "InspectorDebuggerAgent.h"
+#include "InspectorDatabaseAgent.h"
#endif
#if ENABLE(DOM_STORAGE)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list