Revision: 11992 Author: [email protected] Date: Thu Jul 5 06:13:33 2012 Log: Removed superfluous cast.
[email protected] Review URL: https://chromiumcodereview.appspot.com/10696119 http://code.google.com/p/v8/source/detail?r=11992 Modified: /branches/bleeding_edge/src/objects-inl.h ======================================= --- /branches/bleeding_edge/src/objects-inl.h Thu Jun 28 09:29:53 2012 +++ /branches/bleeding_edge/src/objects-inl.h Thu Jul 5 06:13:33 2012 @@ -4794,7 +4794,7 @@ Object* JSReceiver::GetPrototype() { - return HeapObject::cast(this)->map()->prototype(); + return map()->prototype(); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
