Index: src/x64/assembler-x64.cc |
=================================================================== |
--- src/x64/assembler-x64.cc (revision 2045) |
+++ src/x64/assembler-x64.cc (working copy) |
@@ -457,7 +457,8 @@ |
Object* CallStubCompiler::CompileCallConstant(Object* a, |
JSObject* b, |
JSFunction* c, |
- StubCompiler::CheckType d) { |
+ StubCompiler::CheckType d, |
+ Code::Flags flags) { |
UNIMPLEMENTED(); |
return NULL; |
} |
@@ -465,7 +466,8 @@ |
Object* CallStubCompiler::CompileCallField(Object* a, |
JSObject* b, |
int c, |
- String* d) { |
+ String* d, |
+ Code::Flags flags) { |
UNIMPLEMENTED(); |
return NULL; |
} |