Commit 95ae0247 authored by peter.rybin@gmail.com's avatar peter.rybin@gmail.com

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
parent 3849f08a
......@@ -49,7 +49,7 @@ class FunctionInfoListener {
// Implementation follows.
}
void FunctionScope(Scope* scope){
void FunctionScope(Scope* scope) {
// Implementation follows.
}
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment