QV8Profiler: Rename the global static instance
Change-Id: Iecd2856a36c7cf364f3d18288c2974a3bc29f91f Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
parent
e6a9ff7a11
commit
f15b7a0ffb
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
Q_GLOBAL_STATIC(QV8ProfilerService, v8ServiceInstance)
|
Q_GLOBAL_STATIC(QV8ProfilerService, v8ProfilerInstance)
|
||||||
|
|
||||||
class ByteArrayOutputStream : public v8::OutputStream
|
class ByteArrayOutputStream : public v8::OutputStream
|
||||||
{
|
{
|
||||||
|
@ -115,7 +115,7 @@ QV8ProfilerService::~QV8ProfilerService()
|
||||||
|
|
||||||
QV8ProfilerService *QV8ProfilerService::instance()
|
QV8ProfilerService *QV8ProfilerService::instance()
|
||||||
{
|
{
|
||||||
return v8ServiceInstance();
|
return v8ProfilerInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QV8ProfilerService::addEngine(QDeclarativeEngine *engine)
|
void QV8ProfilerService::addEngine(QDeclarativeEngine *engine)
|
||||||
|
|
Loading…
Reference in New Issue