Unreviewed build fix for Qt-minimal.
* inspector/InspectorInstrumentation.h:
(WebCore::InspectorInstrumentation::hasFrontend):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@77951
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-02-08 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed build fix for Qt-minimal.
+
+ * inspector/InspectorInstrumentation.h:
+ (WebCore::InspectorInstrumentation::hasFrontend):
+
2011-02-02 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
}
#endif
+#if ENABLE(INSPECTOR)
inline bool InspectorInstrumentation::hasFrontend(Page* page)
{
-#if ENABLE(INSPECTOR)
return inspectorAgentWithFrontendForPage(page);
-#else
- return false;
-#endif
}
+#endif
#if ENABLE(INSPECTOR)