Index: src/x64/code-stubs-x64.h |
diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
index 5dd4064a579594298ec4649fc07c1387e1a0f521..bf7648a89ba47ca232d6ca8717ba812ec75f13f0 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 { |