Chromium Code Reviews| Index: site/try/src/editor.dart |
| =================================================================== |
| --- site/try/src/editor.dart (revision 38416) |
| +++ site/try/src/editor.dart (working copy) |
| @@ -161,7 +161,7 @@ |
| } else { |
| alert = info(message); |
| } |
| - Element parent = node.parent; |
| + Element parent = node.parentNode; |
| if (parent.classes.contains("diagnostic") && |
| !interaction.oldDiagnostics.contains(parent)) { |
| Element other = parent.firstChild; |