| Index: src/ia32/ic-ia32.cc
|
| ===================================================================
|
| --- src/ia32/ic-ia32.cc (revision 4760)
|
| +++ src/ia32/ic-ia32.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2010 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -1322,7 +1322,7 @@
|
| __ CheckAccessGlobalProxy(eax, edx, &miss);
|
| __ jmp(&probe);
|
|
|
| - // Cache miss: Restore receiver from stack and jump to runtime.
|
| + // Cache miss: Jump to runtime.
|
| __ bind(&miss);
|
| GenerateMiss(masm);
|
| }
|
|
|