Index: Source/bindings/core/v8/ScriptDebugServer.h |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h |
index fa360ddec29778dbbdbe9fd9025b679b4a731298..a7d0824dcfa688202b83f33607efa9a0cf82094a 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.h |
+++ b/Source/bindings/core/v8/ScriptDebugServer.h |
@@ -84,7 +84,7 @@ public: |
PassRefPtrWillBeRawPtr<JavaScriptCallFrame> topCallFrameNoScopes(); |
int frameCount(); |
- static PassRefPtrWillBeRawPtr<JavaScriptCallFrame> toJavaScriptCallFrame(const ScriptValue&); |
+ static PassRefPtrWillBeRawPtr<JavaScriptCallFrame> toJavaScriptCallFrameUnsafe(const ScriptValue&); |
class Task { |
public: |