Change-Id: Iecd2856a36c7cf364f3d18288c2974a3bc29f91f
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
QT_BEGIN_NAMESPACE
-Q_GLOBAL_STATIC(QV8ProfilerService, v8ServiceInstance)
+Q_GLOBAL_STATIC(QV8ProfilerService, v8ProfilerInstance)
class ByteArrayOutputStream : public v8::OutputStream
{
QV8ProfilerService *QV8ProfilerService::instance()
{
- return v8ServiceInstance();
+ return v8ProfilerInstance();
}
void QV8ProfilerService::addEngine(QDeclarativeEngine *engine)