| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 427a96167024a6e29d322feacd917cdfc197cab7..7aa67da1cfe8ab33410cbf1d1e4848d96b95e795 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*);
|
|
|
|
|