Changeset 229450 in webkit
- Timestamp:
- Mar 8, 2018, 11:00:37 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r229448 r229450 1 2018-03-08 Zan Dobersek <zdobersek@igalia.com> 2 3 Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by 4 using the cross-platform #include directives for header inclusion, 5 instead of #import. 6 7 * UIProcess/SystemPreviewController.cpp: 8 1 9 2018-03-08 Megan Gardner <megan_gardner@apple.com> 2 10 -
trunk/Source/WebKit/UIProcess/SystemPreviewController.cpp
r229384 r229450 24 24 */ 25 25 26 #i mport"config.h"27 #i mport"SystemPreviewController.h"26 #include "config.h" 27 #include "SystemPreviewController.h" 28 28 29 29 namespace WebKit {
Note:
See TracChangeset
for help on using the changeset viewer.