Index: src/x64/code-stubs-x64.h |
diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
index 72a3a95d1bc238e3398086b61e76b2e12ccecaa8..eafb9602551052bb51f79a8a578d675e4fff1c74 100644 |
--- a/src/x64/code-stubs-x64.h |
+++ b/src/x64/code-stubs-x64.h |
@@ -35,6 +35,8 @@ namespace v8 { |
namespace internal { |
+void ArrayNativeCode(MacroAssembler* masm, Label* call_generic_code); |
+ |
// Compute a transcendental math function natively, or call the |
// TranscendentalCache runtime function. |
class TranscendentalCacheStub: public PlatformCodeStub { |