Fix arm and x64 build.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 9 Dec 2009 15:34:57 +0000 (15:34 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 9 Dec 2009 15:34:57 +0000 (15:34 +0000)
commit1d57c13b8c6a791d58aa0061b9ad872935d047e8
tree7d321e201a8a82dc96aa0fd390b88f1a4d4f26e2
parent0672938b88dd5d931b5526431353a19d734813aa
Fix arm and x64 build.

The ApiGetterEntryStub is not implemented on arm or x64, but the
platform-specific implementations need to change to match the change
to the platform-independent signatures.

TBR=ager@chromium.org

Review URL: http://codereview.chromium.org/471009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3441 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/stub-cache-arm.cc
src/x64/stub-cache-x64.cc