Changeset 75019 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Jan 4, 2011, 3:17:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
r74975 r75019 53 53 #include "ThreadFunctionInvocation.h" 54 54 #include <wtf/OwnPtr.h> 55 #include <wtf/PassOwnPtr.h> 55 56 #endif 56 57 … … 146 147 void* ret = 0; 147 148 if (vm->AttachCurrentThread(&env, 0) == JNI_OK) { 148 ret = invocation->function(invocation .data);149 ret = invocation->function(invocation->data); 149 150 vm->DetachCurrentThread(); 150 151 }
Note:
See TracChangeset
for help on using the changeset viewer.