Skip to content

Commit 43d114c

Browse files
author
Chris K
committed
DFL-3444 iframe shown with expander icon in experimental / Opera Next
1 parent d739ca3 commit 43d114c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ecma-debugger/dominspection/templates.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@
357357
current_depth = node[DEPTH];
358358
children_length = node[CHILDREN_LENGTH];
359359
is_expandable = children_length || (show_pseudo_elements &&
360-
node[PSEUDO_ELEMENT_LIST]);
360+
node[PSEUDO_ELEMENT_LIST] &&
361+
node[PSEUDO_ELEMENT_LIST].length);
361362
child_pointer = 0;
362363

363364
if (force_lower_case && disregard_force_lower_case(node))

0 commit comments

Comments
 (0)