Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 7d3ad3e2de582117c2e8105b137c815f50ec635e..0b20adc4569a3de6e40e62299ca1beafb82b18d7 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -93,7 +93,7 @@ public: |
void addMessageToConsole(ConsoleMessage*); |
String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); |
- PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&); |
+ ScriptSourceCode preprocess(LocalFrame*, const ScriptSourceCode&); |
// Part of the protocol. |
void enable(ErrorString*) final; |