Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index aab5e56afb476c08842df6bf1a6e52ce4dcdeba0..b7a3c336c6224e3d5a9cf0134cb9d8bac39d2473 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -170,6 +170,7 @@ public: |
Frame* findFrameWithSecurityOrigin(const String& originRawString); |
Frame* assertFrame(ErrorString*, const String& frameId); |
String scriptPreprocessor() { return m_scriptPreprocessor; } |
+ String resourceSourceMapURL(const String& url); |
static DocumentLoader* assertDocumentLoader(ErrorString*, Frame*); |
private: |