| Index: trunk/Source/bindings/v8/WorkerScriptController.h
|
| ===================================================================
|
| --- trunk/Source/bindings/v8/WorkerScriptController.h (revision 170423)
|
| +++ trunk/Source/bindings/v8/WorkerScriptController.h (working copy)
|
| @@ -91,7 +91,7 @@
|
| ScriptValue evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState*);
|
|
|
| v8::Isolate* isolate() const { return m_isolate; }
|
| - DOMWrapperWorld* world() const { return m_world.get(); }
|
| + DOMWrapperWorld& world() const { return *m_world; }
|
| v8::Local<v8::Context> context() { return m_perContextData ? m_perContextData->context() : v8::Local<v8::Context>(); }
|
|
|
| // Send a notification about current thread is going to be idle.
|
|
|