Changes between Version 6 and Version 7 of ThreadCommunication


Ignore:
Timestamp:
Apr 20, 2011 11:30:18 AM (13 years ago)
Author:
levin@chromium.org
Comment:

Small fix.

Legend:

Unmodified
Added
Removed
Modified
  • ThreadCommunication

    v6 v7  
    102102void WorkerFileSystemCallbacks::postMoveToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode)
    103103{
    104     OwnPtr<SyncWaiter> syncCall = mainThreadMessageLoop->invoke(&moveOnMainThread, getProxy(), fileSystem, sourcePath, destinationPath);
     104    OwnPtr<SyncWaiter> syncCall = mainThreadMessageLoop->invokeSync(&moveOnMainThread, fileSystem, sourcePath, destinationPath);
    105105    syncCall.wait();
    106106    stop();