* page/InspectorController.h: Only include the JS headers we really
need to avoid pulling in ones like JSStringRefCF.h.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23700
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-06-21 Adam Roben <aroben@apple.com>
+
+ Speculative Gdk build fix.
+
+ * page/InspectorController.h: Only include the JS headers we really
+ need to avoid pulling in ones like JSStringRefCF.h.
+
2007-06-20 Adam Roben <aroben@apple.com>
Speculative Gdk build fix.
#define InspectorController_h
#include "Chrome.h"
-#if PLATFORM(QT)
#include <JavaScriptCore/JSContextRef.h>
#include <JavaScriptCore/JSStringRef.h>
-#else
-#include <JavaScriptCore/JavaScriptCore.h>
-#endif
#include <wtf/HashMap.h>
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>