aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/wtf-bindings.cpp
blob: 5dae859307e2649306b0bddeb2c6ae5b185c347a (plain) (blame)
1
2
3
4
5
6
#include "wtf-bindings.h"

extern "C" void WTF__copyLCharsFromUCharSource(LChar* destination, const UChar* source, size_t length)
{
    WTF::copyLCharsFromUCharSource(destination, source, length);
}