Changes between Version 8 and Version 9 of ThreadCommunication


Ignore:
Timestamp:
Apr 24, 2011 9:22:44 PM (13 years ago)
Author:
levin@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ThreadCommunication

    v8 v9  
    5757
    5858{{{
    59     OwnPtr<SyncWaiter> syncCall = proxy->invokeSync(this, &TypeName::method,  arg1, arg2, arg3, ...);
     59    OwnPtr<SyncWaiter> syncCall = proxy->invokeWithCallback(this, &TypeName::method,  arg1, arg2, arg3, ...);
    6060    syncCall.wait();
    6161}}}