Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 56477d23ef2e7f231958478f785ad2727f0cc230..887647aa650da5b6c139b446fd349c9346de221f 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -236,6 +236,7 @@ private: |
String sourceMapURLForScript(const Script&, CompileResult); |
+ PassRefPtrWillBeRawPtr<JavaScriptCallFrame> topCallFrameSkipUnknownSources(); |
String scriptURL(JavaScriptCallFrame*); |
typedef HashMap<String, Script> ScriptsMap; |