зеркало из https://github.com/mozilla/gecko-dev.git
Fixing build related problem
This commit is contained in:
Родитель
96ce0ff115
Коммит
605e34d5a7
|
@ -40,12 +40,8 @@
|
|||
static nsAutoString
|
||||
Right(const nsAutoString& text, PRUint32 start)
|
||||
{
|
||||
MOZ_TIMER_START(mRightTimer);
|
||||
|
||||
nsAutoString result;
|
||||
text.Right(result, text.Length() - start);
|
||||
|
||||
MOZ_TIMER_STOP(mRightTimer);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче