Chromium Code Reviews| Index: trunk/Source/bindings/v8/DOMRequestState.h |
| =================================================================== |
| --- trunk/Source/bindings/v8/DOMRequestState.h (revision 170423) |
| +++ trunk/Source/bindings/v8/DOMRequestState.h (working copy) |
| @@ -65,7 +65,7 @@ |
| v8::Local<v8::Context> context() |
| { |
| ASSERT(m_executionContext); |
| - return toV8Context(m_executionContext, m_world.get()); |
| + return toV8Context(m_executionContext, *m_world); |
| } |
| v8::Isolate* isolate() const |