Changeset 251652 in webkit
- Timestamp:
- Oct 28, 2019, 3:31:19 AM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/JSGenericTypedArrayViewInlines.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r251630 r251652 1 2019-10-28 Fujii Hironori <Hironori.Fujii@sony.com> 2 3 [Windows][Clang] error LNK2001: unresolved external symbol "void * __cdecl JSC::allocateCell<class JSC::JSGenericTypedArrayView<struct JSC::Float32Adaptor> >(class JSC::Heap &,unsigned __int64)" 4 https://bugs.webkit.org/show_bug.cgi?id=203483 5 6 Unreviewed build fix for clang-cl builds. 7 8 * runtime/JSGenericTypedArrayViewInlines.h: Added #include "JSCellInlines.h". 9 1 10 2019-10-26 Chris Lord <clord@igalia.com> 2 11 -
trunk/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewInlines.h
r251425 r251652 31 31 #include "ExceptionHelpers.h" 32 32 #include "JSArrayBuffer.h" 33 #include "JSCellInlines.h" 33 34 #include "JSGenericTypedArrayView.h" 34 35 #include "TypeError.h"
Note:
See TracChangeset
for help on using the changeset viewer.