| Index: Source/core/inspector/PageDebuggerAgent.cpp
|
| diff --git a/Source/core/inspector/PageDebuggerAgent.cpp b/Source/core/inspector/PageDebuggerAgent.cpp
|
| index 20cbb83a282229bf108059170e0bb0ce6f5b5873..03585fd9364825ff588ebd9c1fb309baeb630178 100644
|
| --- a/Source/core/inspector/PageDebuggerAgent.cpp
|
| +++ b/Source/core/inspector/PageDebuggerAgent.cpp
|
| @@ -175,11 +175,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);
|
|
|