| Index: Source/bindings/core/v8/WorkerScriptController.h
|
| diff --git a/Source/bindings/core/v8/WorkerScriptController.h b/Source/bindings/core/v8/WorkerScriptController.h
|
| index 0a2de87c634a908e9dfc96fabd085e3d2af12f17..4458bc1fd15799d31564482fc578ec61eed0f12d 100644
|
| --- a/Source/bindings/core/v8/WorkerScriptController.h
|
| +++ b/Source/bindings/core/v8/WorkerScriptController.h
|
| @@ -89,11 +89,12 @@ public:
|
|
|
| DECLARE_TRACE();
|
|
|
| + bool isContextInitialized() const { return m_scriptState && !!m_scriptState->perContextData(); }
|
| +
|
| private:
|
| WorkerScriptController(WorkerGlobalScope*, v8::Isolate*);
|
| class WorkerGlobalScopeExecutionState;
|
|
|
| - bool isContextInitialized() { return m_scriptState && !!m_scriptState->perContextData(); }
|
| v8::Isolate* isolate() const;
|
|
|
| // Evaluate a script file in the current execution environment.
|
|
|