Changes between Version 6 and Version 7 of ThreadCommunication
- Timestamp:
- Apr 20, 2011, 11:30:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ThreadCommunication
v6 v7 102 102 void WorkerFileSystemCallbacks::postMoveToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode) 103 103 { 104 OwnPtr<SyncWaiter> syncCall = mainThreadMessageLoop->invoke (&moveOnMainThread, getProxy(), fileSystem, sourcePath, destinationPath);104 OwnPtr<SyncWaiter> syncCall = mainThreadMessageLoop->invokeSync(&moveOnMainThread, fileSystem, sourcePath, destinationPath); 105 105 syncCall.wait(); 106 106 stop();