Fix problem with r5743..



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5745 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/dom/client/AnchorElement.java b/user/src/com/google/gwt/dom/client/AnchorElement.java
index ff4d9e4..830cd1e 100644
--- a/user/src/com/google/gwt/dom/client/AnchorElement.java
+++ b/user/src/com/google/gwt/dom/client/AnchorElement.java
@@ -164,7 +164,7 @@
    * 
    * @see <a href="http://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html#adef-rel">W3C HTML Specification</a>
    */
-  public final native void setRel(String name) /*-{
+  public final native void setRel(String rel) /*-{
      this.rel = rel;
    }-*/;