Changeset 251359 in webkit
- Timestamp:
- Oct 21, 2019, 12:16:12 AM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r251357 r251359 1 2019-10-21 Joonghun Park <jh718.park@samsung.com> 2 3 [GTK] Unreviewed. Fix build warning: unused parameter ‘Foo’ [-Wunused-parameter] since r251320. 4 5 * dom/Element.cpp: 6 (WebCore::shouldIgnoreMouseEvent): 7 1 8 2019-10-20 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/Source/WebCore/dom/Element.cpp
r251320 r251359 337 337 } 338 338 } 339 #else 340 UNUSED_PARAM(element); 341 UNUSED_PARAM(mouseEvent); 342 UNUSED_PARAM(platformEvent); 343 UNUSED_PARAM(didNotSwallowEvent); 339 344 #endif 340 345
Note:
See TracChangeset
for help on using the changeset viewer.