Bug 846111 followup - Expand some stray tabs and fix typo in comment. (r=me) DONTBUILD

This commit is contained in:
Shu-yu Guo 2013-04-15 13:21:42 -07:00
Родитель 8141f518fc
Коммит 3904cfc189
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1127,11 +1127,11 @@ IonFrameIterator::ionScript() const
switch (GetCalleeTokenTag(calleeToken())) {
case CalleeToken_Function:
case CalleeToken_Script:
return script()->ionScript();
return script()->ionScript();
case CalleeToken_ParallelFunction:
return script()->parallelIonScript();
return script()->parallelIonScript();
default:
JS_NOT_REACHED("unknown callee token type");
JS_NOT_REACHED("unknown callee token type");
}
}

Просмотреть файл

@ -1099,8 +1099,8 @@ Shape::search(JSContext *cx, Shape *start, jsid id, Shape ***pspp, bool adding)
}
/*
* Keep this function in sync with search. It should return false whenever
* search would transition to a ShapeTable.
* Keep this function in sync with search. It neither hashifies the start
* shape nor increments linear search count.
*/
inline Shape *
Shape::searchNoHashify(Shape *start, jsid id)