| Index: chrome/worker/worker_uitest.cc
|
| diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
|
| index 51a8019bf3e0a36a6014c869a9b5260f38070562..8ebbb39b2b47227b49559a046c6f901ad0682149 100644
|
| --- a/chrome/worker/worker_uitest.cc
|
| +++ b/chrome/worker/worker_uitest.cc
|
| @@ -50,11 +50,7 @@ TEST_F(WorkerTest, MultipleWorkers) {
|
| TEST_F(WorkerTest, WorkerFastLayoutTests) {
|
| static const char* kLayoutTestFiles[] = {
|
| "stress-js-execution.html",
|
| -#if defined(OS_WIN)
|
| - // Workers don't properly initialize the V8 stack guard.
|
| - // (http://code.google.com/p/chromium/issues/detail?id=21653).
|
| "use-machine-stack.html",
|
| -#endif
|
| "worker-call.html",
|
| // Disabled because cloning ports are too slow in Chromium to meet the
|
| // thresholds in this test.
|
|
|