From 9867fcbb65932ce191afbb59da9761afd0321e11 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 15 Oct 2012 14:21:51 +0300 Subject: Fix for #9471 Original by Seba, removed erronous empty lines from test-css. Replaces c/103 (Id7a64ccd76c33bbfd2fa3c81df6092f068fa983a) Change-Id: If99bd4937a70aaa77a5250076d27c2534b940152 --- theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme-compiler/src/com/vaadin') diff --git a/theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java b/theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java index be5e14a543..de58947982 100644 --- a/theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java +++ b/theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java @@ -66,7 +66,7 @@ public class EachVisitor implements Visitor { last = child; } - rootNode.removeChild(defNode); + parent.removeChild(defNode); } } -- cgit v1.2.3