Changeset 62015 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 28, 2010, 9:23:34 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r62007 r62015 1 2010-06-28 Lucas De Marchi <[email protected]> 2 3 Unreviewed build fix. 4 5 [EFL] Build fix for latest version of Ecore library. 6 Ecore recently changed return type of callbacks from int to Eina_Bool. 7 8 * wtf/efl/MainThreadEfl.cpp: 9 (WTF::timeoutFired): Return Eina_Bool instead of int. 10 1 11 2010-06-28 Caio Marcelo de Oliveira Filho <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/efl/MainThreadEfl.cpp
r57968 r62015 43 43 } 44 44 45 static inttimeoutFired(void*)45 static Eina_Bool timeoutFired(void*) 46 46 { 47 47 dispatchFunctionsFromMainThread();
Note:
See TracChangeset
for help on using the changeset viewer.