summaryrefslogtreecommitdiff
path: root/src/dom/watcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/watcher.c')
-rw-r--r--src/dom/watcher.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dom/watcher.c b/src/dom/watcher.c
index d81d350..6e35926 100644
--- a/src/dom/watcher.c
+++ b/src/dom/watcher.c
@@ -119,8 +119,9 @@ nslayout_error nsl_dom_watcher_add_for_layout(nslayout_layout *layout)
{
dom_exception exc;
- /* TODO: LibDOM event listeners are really slow. Need to find a better
- * way to get DOM change notifications.
+ /* TODO: LibDOM mutation event listeners are really slow.
+ * Need to find a better way to get DOM change notifications.
+ * LibDOM probably needs to gain Mutation Observer support.
*/
exc = dom_event_listener_create(nsl__dom_event_handler,