| Index: Source/core/inspector/InspectorDebuggerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.cpp b/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| index 4a15232c8d9a15518cde671fdeaf4e218081b024..fe9797a76c50e145ce3547f7c009cfa54dddaf52 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.cpp
|
| @@ -317,7 +317,7 @@ String InspectorDebuggerAgent::preprocessEventListener(LocalFrame* frame, const
|
| return scriptDebugServer().preprocessEventListener(frame, source, url, functionName);
|
| }
|
|
|
| -PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
|
| +Nullable<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
|
| {
|
| return scriptDebugServer().preprocess(frame, sourceCode);
|
| }
|
|
|