/**
  * @see
  *     com.aptana.ide.core.ui.browser.IBrowser#removeLocationListener(org.eclipse.swt.browser.LocationListener)
  */
 public void removeLocationListener(LocationListener listener) {
   if (browser != null) {
     browser.removeLocationListener(listener);
   }
 }