Title: [106780] trunk/Source/WebCore
- Revision
- 106780
- Author
- [email protected]
- Date
- 2012-02-06 00:04:25 -0800 (Mon, 06 Feb 2012)
Log Message
2012-02-06 Yury Semikhatsky <[email protected]>
Unreviewed. Qt minimal compilation fix after r106777.
* inspector/InspectorDatabaseAgent.h: added missing #if ENABLED guards.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (106779 => 106780)
--- trunk/Source/WebCore/ChangeLog 2012-02-06 07:54:53 UTC (rev 106779)
+++ trunk/Source/WebCore/ChangeLog 2012-02-06 08:04:25 UTC (rev 106780)
@@ -1,3 +1,9 @@
+2012-02-06 Yury Semikhatsky <[email protected]>
+
+ Unreviewed. Qt minimal compilation fix after r106777.
+
+ * inspector/InspectorDatabaseAgent.h: added missing #if ENABLED guards.
+
2012-02-05 Ilya Tikhonovsky <[email protected]>
Web Inspector: REGRESSION detached dom nodes aren't highlighted
Modified: trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h (106779 => 106780)
--- trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h 2012-02-06 07:54:53 UTC (rev 106779)
+++ trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h 2012-02-06 08:04:25 UTC (rev 106780)
@@ -29,6 +29,8 @@
#ifndef InspectorDatabaseAgent_h
#define InspectorDatabaseAgent_h
+#if ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+
#include "InspectorBaseAgent.h"
#include "PlatformString.h"
#include <wtf/HashMap.h>
@@ -85,4 +87,6 @@
} // namespace WebCore
+#endif // ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+
#endif // !defined(InspectorDatabaseAgent_h)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes