Version 3.25.23 (based on bleeding_edge revision r20162)

Rename A64 port to ARM64 port (Chromium issue 354405).

Fix missing access check in Runtime_SetPrototype (Chromium issue 354123).

Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (Chromium issue 354391).

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@20174 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/frames-inl.h b/src/frames-inl.h
index e4dc91f..aacb566 100644
--- a/src/frames-inl.h
+++ b/src/frames-inl.h
@@ -36,8 +36,8 @@
 #include "ia32/frames-ia32.h"
 #elif V8_TARGET_ARCH_X64
 #include "x64/frames-x64.h"
-#elif V8_TARGET_ARCH_A64
-#include "a64/frames-a64.h"
+#elif V8_TARGET_ARCH_ARM64
+#include "arm64/frames-arm64.h"
 #elif V8_TARGET_ARCH_ARM
 #include "arm/frames-arm.h"
 #elif V8_TARGET_ARCH_MIPS