| 103 |
GMainLoopSource::createAndDeleteOnDestroy().schedule("[WebKit] RunLoop work", std::bind(&RunLoop::performWork, this), |
103 |
GMainLoopSource::createAndDeleteOnDestroy().schedule("[WebKit] RunLoop work", (std::function<void()>) std::bind(&RunLoop::performWork, this), |
| 104 |
G_PRIORITY_DEFAULT, [this] { deref(); }); |
104 |
G_PRIORITY_DEFAULT, [this] { deref(); }); |