Fix lint errors

Review URL: http://codereview.chromium.org/626002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3892 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
peter.rybin@gmail.com 2010-02-17 20:57:05 +00:00
parent 3849f08ade
commit 95ae024771
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class FunctionInfoListener {
// Implementation follows.
}
void FunctionScope(Scope* scope){
void FunctionScope(Scope* scope) {
// Implementation follows.
}

View File

@ -65,7 +65,7 @@ namespace internal {
// also collects compiled function codes.
class LiveEditFunctionTracker {
public:
LiveEditFunctionTracker(FunctionLiteral* fun);
explicit LiveEditFunctionTracker(FunctionLiteral* fun);
~LiveEditFunctionTracker();
void RecordFunctionCode(Handle<Code> code);
void RecordFunctionScope(Scope* scope);