From: Leif Åstrand Date: Wed, 8 Feb 2012 14:43:22 +0000 (+0200) Subject: Use the more generic GWT Element class X-Git-Tag: 7.0.0.alpha2~434^2~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=50eafd7a77fac1fa88f0c35fcab46023cfa925c7;p=vaadin-framework.git Use the more generic GWT Element class --- diff --git a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java index 662cb5fc34..ff976468e7 100644 --- a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java +++ b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java @@ -4,7 +4,7 @@ package com.vaadin.terminal.gwt.client; import com.google.gwt.core.client.JavaScriptObject; -import com.google.gwt.user.client.Element; +import com.google.gwt.dom.client.Element; public class ComputedStyle {