Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index 3ce8776655e51939bb7e7988df9103291a20d954..112185b130a8292503e4baee37dc54d5087640d2 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -174,7 +174,7 @@ public: |
Frame* findFrameWithSecurityOrigin(const String& originRawString); |
Frame* assertFrame(ErrorString*, const String& frameId); |
String scriptPreprocessorSource() { return m_scriptPreprocessorSource; } |
- String resourceSourceMapURL(const String& url); |
+ const AtomicString& resourceSourceMapURL(const String& url); |
bool deviceMetricsOverrideEnabled(); |
static DocumentLoader* assertDocumentLoader(ErrorString*, Frame*); |