Use tasks instead of events

This commit is contained in:
Paul Rouget 2019-07-30 21:17:43 +02:00
parent 8f5c37c0b5
commit 4525530310
3 changed files with 19 additions and 55 deletions

View file

@ -1,7 +1,6 @@
#include "pch.h"
#include "Servo.h"
// FIXME: rename mozilla to something else
namespace servo {
void on_load_started() { sServo->Delegate().OnLoadStarted(); }