Changeset 225528 in webkit
- Timestamp:
- Dec 5, 2017, 11:06:34 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r225527 r225528 1 2017-12-05 Alex Christensen <achristensen@webkit.org> 2 3 Fix non-unified build after r225381 4 https://bugs.webkit.org/show_bug.cgi?id=180434 5 6 Reviewed by Keith Miller. 7 8 * loader/ResourceTimingInformation.cpp: 9 FrameLoader.h is included in other files that are combined with this file in unified builds, 10 but we need to merge r225381 to a branch that doesn't use unified builds. This build failure 11 would've come up randomly in the future when we add files, too. 12 1 13 2017-12-05 Simon Fraser <simon.fraser@apple.com> 2 14 -
trunk/Source/WebCore/loader/ResourceTimingInformation.cpp
r225381 r225528 31 31 #include "Document.h" 32 32 #include "Frame.h" 33 #include "FrameLoader.h" 33 34 #include "HTMLFrameOwnerElement.h" 34 35 #include "LoadTiming.h"
Note:
See TracChangeset
for help on using the changeset viewer.