⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 251652 in webkit


Ignore:
Timestamp:
Oct 28, 2019, 3:31:19 AM (7 years ago)
Author:
Fujii Hironori
Message:

[Windows][Clang] error LNK2001: unresolved external symbol "void * cdecl JSC::allocateCell<class JSC::JSGenericTypedArrayView<struct JSC::Float32Adaptor> >(class JSC::Heap &,unsigned int64)"
https://bugs.webkit.org/show_bug.cgi?id=203483

Unreviewed build fix for clang-cl builds.

  • runtime/JSGenericTypedArrayViewInlines.h: Added #include "JSCellInlines.h".
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r251630 r251652  
     12019-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
    1102019-10-26  Chris Lord  <clord@igalia.com>
    211
  • trunk/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewInlines.h

    r251425 r251652  
    3131#include "ExceptionHelpers.h"
    3232#include "JSArrayBuffer.h"
     33#include "JSCellInlines.h"
    3334#include "JSGenericTypedArrayView.h"
    3435#include "TypeError.h"
Note: See TracChangeset for help on using the changeset viewer.