[webkit-dev] question about ThreadIdentifierData::m_key

2012-11-10 Thread yuqing cai
hi, all.
in the file WebKit/Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp, the
variable ThreadIdentifierData::m_key is initialized to be
PTHREAD_KEYS_MAX, in this case, why function
ThreadIdentifierData::identifier() try to ASSERT it? the ASSERTION
seems always FAILED.
my question is why ThreadIdentifierData::m_key is initialized to be
PTHREAD_KEYS_MAX?

TKS

qing
2012-11-10
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Is UseV8.cmake still used?

2012-11-10 Thread Kentaro Hara
EFL and other ports used to have an option to build with V8, but it
looks like the option is no longer supported. For example, UseV8.cmake
is already out of sync with existing V8 binding files.

- Would it be OK to remove UseV8.cmake?

- Would it be OK to remove #if PLATFORM(CHROMIUM) from all V8 binding files?

If anyone has a plan to support the option in the near future, I'll
keep them as is.

-- 
Kentaro Hara, Tokyo, Japan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev