| Index: Source/bindings/v8/ScheduledAction.cpp
|
| diff --git a/Source/bindings/v8/ScheduledAction.cpp b/Source/bindings/v8/ScheduledAction.cpp
|
| index a685256bdd9b69a8d8be4e7aafef2f7836dd2792..aef5be98a603f16b475a1a2420d2b612f0ba2be0 100644
|
| --- a/Source/bindings/v8/ScheduledAction.cpp
|
| +++ b/Source/bindings/v8/ScheduledAction.cpp
|
| @@ -107,7 +107,7 @@ void ScheduledAction::execute(Frame* frame)
|
|
|
| void ScheduledAction::execute(WorkerContext* worker)
|
| {
|
| - ASSERT(worker->thread()->threadID() == currentThread());
|
| + ASSERT(worker->thread()->isCurrentThread());
|
|
|
| V8RecursionScope recursionScope(worker);
|
|
|
|
|