| Index: Source/core/inspector/PageDebuggerAgent.cpp
|
| diff --git a/Source/core/inspector/PageDebuggerAgent.cpp b/Source/core/inspector/PageDebuggerAgent.cpp
|
| index cdfa0fb83a37acb77f6c8d38de618ee747f512b5..0ed4561da34137bdc8ad86aba405a622e487e6b1 100644
|
| --- a/Source/core/inspector/PageDebuggerAgent.cpp
|
| +++ b/Source/core/inspector/PageDebuggerAgent.cpp
|
| @@ -177,11 +177,6 @@ void PageDebuggerAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
|
| reset();
|
| }
|
|
|
| -void PageDebuggerAgent::didCommitLoadForLocalFrame(LocalFrame*)
|
| -{
|
| - resetModifiedSources();
|
| -}
|
| -
|
| void PageDebuggerAgent::compileScript(ErrorString* errorString, const String& expression, const String& sourceURL, bool persistScript, const int* executionContextId, TypeBuilder::OptOutput<ScriptId>* scriptId, RefPtr<ExceptionDetails>& exceptionDetails)
|
| {
|
| InjectedScript injectedScript = injectedScriptForEval(errorString, executionContextId);
|
|
|