This reverts commit43341cd3e3, reversing changes made toffb4befdd8. This is causing segfault in Geary.JS.to_string_released() when running client tests, so reverting until a solution is found.
5 lines
137 B
Vala
5 lines
137 B
Vala
namespace WebKit {
|
|
namespace DOM {
|
|
public delegate void EventTargetFunc (WebKit.DOM.EventTarget target, WebKit.DOM.Event event);
|
|
}
|
|
}
|