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 { ...@@ -49,7 +49,7 @@ class FunctionInfoListener {
// Implementation follows. // Implementation follows.
} }
void FunctionScope(Scope* scope){ void FunctionScope(Scope* scope) {
// Implementation follows. // Implementation follows.
} }
......
...@@ -65,7 +65,7 @@ namespace internal { ...@@ -65,7 +65,7 @@ namespace internal {
// also collects compiled function codes. // also collects compiled function codes.
class LiveEditFunctionTracker { class LiveEditFunctionTracker {
public: public:
LiveEditFunctionTracker(FunctionLiteral* fun); explicit LiveEditFunctionTracker(FunctionLiteral* fun);
~LiveEditFunctionTracker(); ~LiveEditFunctionTracker();
void RecordFunctionCode(Handle<Code> code); void RecordFunctionCode(Handle<Code> code);
void RecordFunctionScope(Scope* scope); 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