12019-06-27 Konstantin Tokarev <annulen@yandex.ru>
2
3 Use JSC_GLIB_API_ENABLED instead of USE(GLIB) as a compile-time check for GLib JSC API
4 https://bugs.webkit.org/show_bug.cgi?id=199270
5
6 Reviewed by NOBODY (OOPS!).
7
8 This change allows building code with enabled USE(GLIB) but without
9 GLib JSC API.
10
11 * heap/Heap.cpp:
12 (JSC::Heap::releaseDelayedReleasedObjects):
13 * heap/Heap.h:
14 * heap/HeapInlines.h:
15