R=dcarney@chromium.org
Review URL: https://chromiumcodereview.appspot.com/
99353003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18291
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
CompileCallLoadPropertyWithInterceptor(
masm, receiver, holder, name_, holder_obj,
IC::kLoadPropertyWithInterceptorOnly);
- __ pop(receiver);
__ pop(name_);
__ pop(holder);
+ __ pop(receiver);
}
// If interceptor returns no-result sentinel, call the constant function.
__ LoadRoot(scratch, Heap::kNoInterceptorResultSentinelRootIndex);