Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 372d74b74ad81dc19e15c61b4cb837070cb9b3d4..3596add429ee9335994c525ad946be41648d6842 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -14597,14 +14597,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_SetMicrotaskPending) { |
} |
-RUNTIME_FUNCTION(MaybeObject*, Runtime_RunMicrotasks) { |
- HandleScope scope(isolate); |
- ASSERT(args.length() == 0); |
- Execution::RunMicrotasks(isolate); |
- return isolate->heap()->undefined_value(); |
-} |
- |
- |
RUNTIME_FUNCTION(MaybeObject*, Runtime_GetObservationState) { |
SealHandleScope shs(isolate); |
ASSERT(args.length() == 0); |