/** @see com.aptana.ide.editors.unified.ContributedBrowser#back() */
 public void back() {
   if (browser != null) {
     browser.back();
   }
 }