2010-12-29 Martin Robinson <mrobinson@igalia.com>
authormrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 22:58:39 +0000 (22:58 +0000)
committermrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 29 Dec 2010 22:58:39 +0000 (22:58 +0000)
        Build fix for GTK+.

        * webkit/webkitwebinspector.cpp: Add missing DumpRenderTreeSupportGtk include.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74765 268f45cc-cd09-0410-ab3c-d52691b4dbfc

WebKit/gtk/ChangeLog
WebKit/gtk/webkit/webkitwebinspector.cpp

index fe93a8d..a157ce5 100644 (file)
@@ -1,5 +1,11 @@
 2010-12-29  Martin Robinson  <mrobinson@igalia.com>
 
+        Build fix for GTK+.
+
+        * webkit/webkitwebinspector.cpp: Add missing DumpRenderTreeSupportGtk include.
+
+2010-12-29  Martin Robinson  <mrobinson@igalia.com>
+
         [GTK] GSettings warning is concealing real warnings on the build bots
         https://bugs.webkit.org/show_bug.cgi?id=51691
 
index 7f0b3ed..514085b 100644 (file)
@@ -22,6 +22,7 @@
 #include "config.h"
 #include "webkitwebinspector.h"
 
+#include "DumpRenderTreeSupportGtk.h"
 #include "FocusController.h"
 #include "Frame.h"
 #include "HitTestRequest.h"