Quick lint fix

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@269 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c2022ec7
...@@ -918,7 +918,6 @@ void VariableProxy::GenerateStoreCode(MacroAssembler* masm, ...@@ -918,7 +918,6 @@ void VariableProxy::GenerateStoreCode(MacroAssembler* masm,
Scope* scope, Scope* scope,
Reference* ref, Reference* ref,
InitState init_state) { InitState init_state) {
Comment cmnt(masm, "[ Store to VariableProxy"); Comment cmnt(masm, "[ Store to VariableProxy");
Variable* node = var(); Variable* node = var();
......
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