| Index: Source/bindings/core/v8/custom/V8WindowCustom.cpp
 | 
| diff --git a/Source/bindings/core/v8/custom/V8WindowCustom.cpp b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
 | 
| index 6a829319c9479f6cd212bbe010d3de0614ec940b..aa7e32520362598f05398bdbe5aee52fe4428199 100644
 | 
| --- a/Source/bindings/core/v8/custom/V8WindowCustom.cpp
 | 
| +++ b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
 | 
| @@ -107,7 +107,7 @@ static void windowSetTimeoutImpl(const v8::FunctionCallbackInfo<v8::Value>& info
 | 
|      if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState))
 | 
|          return;
 | 
|  
 | 
| -    OwnPtr<ScheduledAction> action;
 | 
| +    OwnPtr<ScheduledActionBase> action;
 | 
|      if (function->IsFunction()) {
 | 
|          int paramCount = argumentCount >= 2 ? argumentCount - 2 : 0;
 | 
|          OwnPtr<v8::Local<v8::Value>[]> params;
 | 
| 
 |