| Index: vm/scopes.cc
|
| ===================================================================
|
| --- vm/scopes.cc (revision 9862)
|
| +++ vm/scopes.cc (working copy)
|
| @@ -512,7 +512,7 @@
|
| ContextScope::Handle(ContextScope::New(kNumCapturedVars));
|
|
|
| // Create a descriptor for 'this' variable.
|
| - const String& name = String::Handle(Symbols::New("this"));
|
| + const String& name = String::Handle(Symbols::This());
|
| context_scope.SetTokenIndexAt(0, func.token_pos());
|
| context_scope.SetNameAt(0, name);
|
| context_scope.SetIsFinalAt(0, true);
|
|
|