Explorar el Código

LibWeb: Add HTML::Task::Source::PostedMessage

This is the task source used by MessagePort.postMessage().
Andreas Kling hace 3 años
padre
commit
68d1f5965a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Userland/Libraries/LibWeb/HTML/EventLoop/Task.h

+ 1 - 0
Userland/Libraries/LibWeb/HTML/EventLoop/Task.h

@@ -23,6 +23,7 @@ public:
         Networking,
         HistoryTraversal,
         IdleTask,
+        PostedMessage,
     };
 
     static NonnullOwnPtr<Task> create(Source source, DOM::Document* document, Function<void()> steps)