Author: [email protected]
Date: Thu Jul 16 10:46:04 2009
New Revision: 5745

Modified:
    trunk/user/src/com/google/gwt/dom/client/AnchorElement.java

Log:
Fix problem with r5743..



Modified: trunk/user/src/com/google/gwt/dom/client/AnchorElement.java
==============================================================================
--- trunk/user/src/com/google/gwt/dom/client/AnchorElement.java (original)
+++ trunk/user/src/com/google/gwt/dom/client/AnchorElement.java Thu Jul 16  
10:46:04 2009
@@ -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;
     }-*/;


--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to