Skip to content

Commit cf4fbe2

Browse files
sparistXmader
authored andcommitted
Export PumpMessageLoop symbol
1 parent f70c638 commit cf4fbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/src/libplatform/default-platform.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ V8_PLATFORM_EXPORT std::unique_ptr<JobHandle> NewDefaultJobHandle(
7474
platform, std::move(job_task), priority, num_worker_threads));
7575
}
7676

77-
bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate,
77+
V8_PLATFORM_EXPORT bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate,
7878
MessageLoopBehavior behavior) {
7979
return static_cast<DefaultPlatform*>(platform)->PumpMessageLoop(isolate,
8080
behavior);

0 commit comments

Comments
 (0)