jdk/src/macosx/classes/sun/lwawt/LWComponentPeer.java
changeset 13544 bd136eb2a932
parent 13233 4d45f7ebc0d7
child 13648 90effcfc064f
--- a/jdk/src/macosx/classes/sun/lwawt/LWComponentPeer.java	Wed Aug 15 14:33:44 2012 +0400
+++ b/jdk/src/macosx/classes/sun/lwawt/LWComponentPeer.java	Wed Aug 15 15:02:34 2012 +0400
@@ -282,7 +282,7 @@
      * Note that we call setVisible() at the end of initialization.
      */
     public final void initialize() {
-        platformComponent.initialize(target, this, getPlatformWindow());
+        platformComponent.initialize(getPlatformWindow());
         initializeImpl();
         setVisible(target.isVisible());
     }