| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
|
| index 7fd2f87c91c30b703e10b557a9910e6558381474..8af85a43b319a00c1a0c169a7625d86266cbf47d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.h
|
| @@ -27,7 +27,7 @@ public:
|
| static void shutdown();
|
| static ScriptStreamerThread* shared();
|
|
|
| - void postTask(WTF::PassOwnPtr<WTF::Closure>);
|
| + void postTask(WTF::PassOwnPtr<WTF::CrossThreadClosure>);
|
|
|
| bool isRunningTask() const
|
| {
|
|
|