Skip to content

Commit

Permalink
Bug 846111 followup - Expand some stray tabs and fix typo in comment.…
Browse files Browse the repository at this point in the history
… (r=me) DONTBUILD
  • Loading branch information
syg committed Apr 15, 2013
1 parent 8141f51 commit 3904cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions js/src/ion/IonFrames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down
4 changes: 2 additions & 2 deletions js/src/vm/Shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3904cfc

Please sign in to comment.