| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index bc2d87d3d1958fc3d143213cbf3a5da27b2670a0..17393980b0d708e19566ff41eaca7ca6374bf195 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -226,7 +226,7 @@ private:
|
| bool assertPaused(ErrorString*);
|
| void clearBreakDetails();
|
|
|
| - String sourceMapURLForScript(const Script&);
|
| + String sourceMapURLForScript(const Script&, CompileResult);
|
|
|
| String scriptURL(JavaScriptCallFrame*);
|
|
|
|
|