summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-03-15 20:01:58 +0000
committerGrant Gayed <ggayed>2007-03-15 20:01:58 +0000
commitc090db7a986349c9c3c8c53ccfaa2946e6c4ba23 (patch)
tree3137954c0296ecd9d99eb11c9dc88d5ed7dcf785
parentc96ffc5d5f56dd00fd47ca7ac27f555c76b7a44b (diff)
downloadeclipse.platform.swt-c090db7a986349c9c3c8c53ccfaa2946e6c4ba23.tar.gz
eclipse.platform.swt-c090db7a986349c9c3c8c53ccfaa2946e6c4ba23.tar.xz
eclipse.platform.swt-c090db7a986349c9c3c8c53ccfaa2946e6c4ba23.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
index e566694c51..1a85bf64a9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
@@ -56,6 +56,7 @@ void handleFocus () {
}
void onDispose (int /*long*/ embedHandle) {
+ browser = null;
}
void setSize (int /*long*/ embedHandle, int width, int height) {