Index: Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp b/Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp |
index a8a9ea89c739c33b2a3953f634187e4a92feb612..ca43934106b6f9709fc9d2db594c225ee2b24333 100644 |
--- a/Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp |
+++ b/Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp |
@@ -46,7 +46,7 @@ |
namespace WebCore { |
-void setTimeoutOrInterval(const v8::FunctionCallbackInfo<v8::Value>& info, bool singleShot) |
+static void setTimeoutOrInterval(const v8::FunctionCallbackInfo<v8::Value>& info, bool singleShot) |
{ |
WorkerGlobalScope* workerGlobalScope = V8WorkerGlobalScope::toNative(info.Holder()); |
ASSERT(workerGlobalScope); |