Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 3b06985ca25d45e950e35f3bcbc9a9b92425b3fe..6008d353908f0bf1a9d1d0c6cb3793b116726b69 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -400,8 +400,8 @@ class Shell : public i::AllStatic { |
static void RunShell(Isolate* isolate); |
static bool SetOptions(int argc, char* argv[]); |
static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate); |
- static Handle<FunctionTemplate> CreateArrayBufferTemplate(InvocationCallback); |
- static Handle<FunctionTemplate> CreateArrayTemplate(InvocationCallback); |
+ static Handle<FunctionTemplate> CreateArrayBufferTemplate(FunctionCallback); |
+ static Handle<FunctionTemplate> CreateArrayTemplate(FunctionCallback); |
static Handle<Value> CreateExternalArrayBuffer(Isolate* isolate, |
Handle<Object> buffer, |
int32_t size); |