Changeset 293279 in webkit
- Timestamp:
- Apr 22, 2022, 7:23:36 PM (4 years ago)
- Location:
- trunk/Source
- Files:
-
- 6 edited
-
JavaScriptCore/ChangeLog (modified) (1 diff)
-
JavaScriptCore/jit/ScratchRegisterAllocator.h (modified) (1 diff)
-
WTF/ChangeLog (modified) (1 diff)
-
WTF/wtf/RobinHoodHashTable.h (modified) (1 diff)
-
WebCore/ChangeLog (modified) (1 diff)
-
WebCore/page/PageConfiguration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r293265 r293279 1 2022-04-22 Diego Pino Garcia <dpino@igalia.com> 2 3 Unreviewed, non-unified build fixes after r293203 4 5 * jit/ScratchRegisterAllocator.h: 6 1 7 2022-04-22 Dmitry Bezhetskov <dbezhetskov@igalia.com> 2 8 -
trunk/Source/JavaScriptCore/jit/ScratchRegisterAllocator.h
r293203 r293279 28 28 #if ENABLE(JIT) 29 29 30 #include "FPRInfo.h" 30 31 #include "RegisterSet.h" 31 32 -
trunk/Source/WTF/ChangeLog
r293233 r293279 1 2022-04-22 Diego Pino Garcia <dpino@igalia.com> 2 3 Unreviewed, non-unified build fixes after r293203 4 5 * wtf/RobinHoodHashTable.h: 6 1 7 2022-04-22 Alan Bujtas <zalan@apple.com> 2 8 -
trunk/Source/WTF/wtf/RobinHoodHashTable.h
r278340 r293279 53 53 54 54 #include <wtf/HashTable.h> 55 #include <wtf/text/StringHash.h> 55 56 56 57 namespace WTF { -
trunk/Source/WebCore/ChangeLog
r293278 r293279 1 2022-04-22 Diego Pino Garcia <dpino@igalia.com> 2 3 Unreviewed, non-unified build fixes after r293203 4 5 * page/PageConfiguration.h: 6 1 7 2022-04-22 Alex Christensen <achristensen@webkit.org> 2 8 -
trunk/Source/WebCore/page/PageConfiguration.h
r293195 r293279 33 33 #include <wtf/Noncopyable.h> 34 34 #include <wtf/RefPtr.h> 35 #include <wtf/RobinHoodHashSet.h> 35 36 #include <wtf/UniqueRef.h> 36 37 #include <wtf/Vector.h>
Note:
See TracChangeset
for help on using the changeset viewer.