mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 20:20:13 +00:00
Broadway: Fix handling of debug nodes
The debug nodes have id BROADWAY_NODE_DEBUG, which happens to be "12". So, don't hardcode the wrong number "14".
This commit is contained in:
parent
a97ea17c92
commit
5581f78f41
@ -809,7 +809,7 @@ TransformNodes.prototype.insertNode = function(parent, previousSibling, is_tople
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 14: // DEBUG
|
case BROADWAY_NODE_DEBUG:
|
||||||
{
|
{
|
||||||
var str = this.decode_string();
|
var str = this.decode_string();
|
||||||
var div = this.createDiv(id);
|
var div = this.createDiv(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user