Index: src/v8.h |
diff --git a/src/v8.h b/src/v8.h |
index 7ea853e591b1772212067474695b6675826b5098..f019e68b7f00a379616239b0c7b35372a3d20be7 100644 |
--- a/src/v8.h |
+++ b/src/v8.h |
@@ -75,8 +75,6 @@ class V8 : public AllStatic { |
// Support for entry hooking JITed code. |
static void SetFunctionEntryHook(FunctionEntryHook entry_hook); |
- static void RunMicrotasks(Isolate* isolate); |
- |
static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() { |
return array_buffer_allocator_; |
} |