fixup! Enable content shell with aura for desktop 79/289079/2
authorGajendra N <gajendra.n@samsung.com>
Tue, 28 Feb 2023 09:49:32 +0000 (15:19 +0530)
committerBot Blink <blinkbot@samsung.com>
Tue, 28 Feb 2023 16:05:51 +0000 (16:05 +0000)
commit6ec0539eef5c881d299988f812069beff175f4a8
treec758b763b685874038bd79bdba8e6c9043e53f27
parentbf6d87c169308515ade6dbea793167ead957a7ae
fixup! Enable content shell with aura for desktop

This patch reverts a change related to ThreadLocalStorage 'tls_model'
done in patch [1], as the change was causing error [2] when our
chromium-efl library is being loaded with dlopen from another library.

As per the comment description mentioned in file
third_party/blink/renderer/platform/heap/thread_local.h, it is suggested
to use "local-exec" type for Linux platform, hence reverting back to
original type, which avoids the error [2].

[1] https://review.tizen.org/gerrit/284216

[2] "cannot allocate memory in static tls block"

Change-Id: I683859fff133217eec91e285a09d9430e6c4d4e7
Signed-off-by: Gajendra N <gajendra.n@samsung.com>
third_party/blink/renderer/platform/heap/thread_local.h