https://bugs.webkit.org/show_bug.cgi?id=34998
Move include of JavaScriptProfile.h behind if (USE_JSC).
* inspector/InspectorController.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@54831
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-02-16 Julie Parent <jparent@chromium.org>
+
+ Unreviewed: Chromium build fix.
+
+ https://bugs.webkit.org/show_bug.cgi?id=34998
+
+ Move include of JavaScriptProfile.h behind if (USE_JSC).
+
+ * inspector/InspectorController.cpp:
+
2010-02-16 Alexey Proskuryakov <ap@apple.com>
Reviewed by Geoffrey Garen and Kevin Decker.
#include "InspectorFrontendHost.h"
#include "InspectorResource.h"
#include "InspectorTimelineAgent.h"
-#include "JavaScriptProfile.h"
#include "Page.h"
#include "ProgressTracker.h"
#include "Range.h"
#include "JSJavaScriptCallFrame.h"
#include "JavaScriptCallFrame.h"
#include "JavaScriptDebugServer.h"
+#include "JavaScriptProfile.h"
#include <runtime/JSLock.h>
#include <runtime/UString.h>