Changeset 191450 in webkit
- Timestamp:
- Oct 22, 2015, 3:50:09 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r191448 r191450 1 2015-10-22 Joonghun Park <jh718.park@samsung.com> 2 3 [EFL] Fix build break since r191439 4 https://bugs.webkit.org/show_bug.cgi?id=150441 5 6 Reviewed by Csaba Osztrogonác. 7 8 No new tests, no new behaviours. 9 10 * platform/Logging.cpp: 11 (WebCore::registerNotifyCallback): 12 1 13 2015-10-22 Carlos Garcia Campos <cgarcia@igalia.com> 2 14 -
trunk/Source/WebCore/platform/Logging.cpp
r191439 r191450 76 76 callback(); 77 77 }); 78 #else 79 UNUSED_PARAM(notifyID); 80 UNUSED_PARAM(callback); 78 81 #endif 79 82 }
Note:
See TracChangeset
for help on using the changeset viewer.