| Index: Source/bindings/v8/ScriptController.h
|
| diff --git a/Source/bindings/v8/ScriptController.h b/Source/bindings/v8/ScriptController.h
|
| index 2e2b91a1f2801e714a1d3b266652ea960aaa1039..ee68dd93d8adc47041e0e7204ce19739d31169c4 100644
|
| --- a/Source/bindings/v8/ScriptController.h
|
| +++ b/Source/bindings/v8/ScriptController.h
|
| @@ -98,9 +98,6 @@ public:
|
| ScriptValue callFunctionEvenIfScriptDisabled(v8::Handle<v8::Function>, v8::Handle<v8::Object>, int argc, v8::Handle<v8::Value> argv[]);
|
| static v8::Local<v8::Value> callFunctionWithInstrumentation(ScriptExecutionContext*, v8::Handle<v8::Function>, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[]);
|
|
|
| - // This function must be called from the main thread. It is safe to call it repeatedly.
|
| - static void initializeThreading();
|
| -
|
| // Returns true if the current world is isolated, and has its own Content
|
| // Security Policy. In this case, the policy of the main world should be
|
| // ignored when evaluating resources injected into the DOM.
|
|
|