Index: Source/core/inspector/JavaScriptCallFrame.h |
diff --git a/Source/core/inspector/JavaScriptCallFrame.h b/Source/core/inspector/JavaScriptCallFrame.h |
index af95698b498d308c8502674efd1482c09af59136..62aec90c9f1d81751b125500a315beaf5e96539d 100644 |
--- a/Source/core/inspector/JavaScriptCallFrame.h |
+++ b/Source/core/inspector/JavaScriptCallFrame.h |
@@ -67,10 +67,10 @@ public: |
private: |
JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame); |
+ v8::Isolate* m_isolate; |
RefPtr<JavaScriptCallFrame> m_caller; |
ScopedPersistent<v8::Context> m_debuggerContext; |
ScopedPersistent<v8::Object> m_callFrame; |
- v8::Isolate* m_isolate; |
}; |
} // namespace WebCore |