Comment #8 on issue 25623 by [email protected]: Need to eliminate webworkerclient_impl.cc's dependency on CommandLine http://code.google.com/p/chromium/issues/detail?id=25623
Correct, it is not obsolete, but the code is not used as it was intended. Just fyi, we are removing other parts of would-be multithreaded v8 implementation like per-thread GC maps in WebKit bindings, the test worker support that could be used in test_shell if the v8 will ever have isolates and so on. The idea is that the unused and untested code actually rots and causes other problems (the GC maps happen to be a perf issue recently). Not sure about this case though. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
