| Index: Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp
 | 
| diff --git a/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp b/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp
 | 
| index 2fff589d233bc064c8d2bbfa1e9457fc2c5c7c62..6d606bf9ac0a5a77adfd24931582045a95a2848b 100644
 | 
| --- a/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp
 | 
| +++ b/Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp
 | 
| @@ -61,7 +61,7 @@ static void setTimeoutOrInterval(const v8::FunctionCallbackInfo<v8::Value>& info
 | 
|          return;
 | 
|  
 | 
|      ScriptState* scriptState = ScriptState::current(info.GetIsolate());
 | 
| -    OwnPtr<ScheduledAction> action;
 | 
| +    OwnPtr<ScheduledActionBase> action;
 | 
|      if (function->IsString()) {
 | 
|          if (ContentSecurityPolicy* policy = workerGlobalScope->contentSecurityPolicy()) {
 | 
|              if (!policy->allowEval()) {
 | 
| 
 |