Index: Source/bindings/core/v8/ScheduledAction.h |
diff --git a/Source/bindings/core/v8/ScheduledAction.h b/Source/bindings/core/v8/ScheduledAction.h |
index 481d9640588306839097e160e35932cdc2abe225..aac3a9dd8c1416ae6eaa433e3417def36c09f421 100644 |
--- a/Source/bindings/core/v8/ScheduledAction.h |
+++ b/Source/bindings/core/v8/ScheduledAction.h |
@@ -62,7 +62,7 @@ private: |
void execute(LocalFrame*); |
void execute(WorkerGlobalScope*); |
- void createLocalHandlesForArgs(Vector<v8::Handle<v8::Value> >* handles); |
+ void createLocalHandlesForArgs(Vector<v8::Handle<v8::Value>>* handles); |
ScriptStateProtectingContext m_scriptState; |
ScopedPersistent<v8::Function> m_function; |