src/java.desktop/share/classes/java/awt/Robot.java

Print this page

        

@@ -560,11 +560,11 @@
         checkNotDispatchThread();
 
         try {
             SunToolkit.flushPendingEvents();
             // 7185258: realSync() call blocks all DnD tests on OS X
-            if (AccessController.doPrivileged(OSInfo.getOSTypeAction()) = OSInfo.OSType.MACOSX) {
+            if (AccessController.doPrivileged(OSInfo.getOSTypeAction()) == OSInfo.OSType.MACOSX) {
                 // post a dummy event to the queue so we know when
                 // all the events before it have been processed
                 EventQueue.invokeAndWait( new Runnable() {
                                                 public void run() {
                                                     // dummy implementation