| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 853497cf7435ded691e3ffe6b4c7023ea4dedcc0..466ac796e5986df51731a46590fc7b9ea566b129 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -148,7 +148,6 @@ public:
|
| void didCallFunction();
|
| void willEvaluateScript(const String& url, int lineNumber);
|
| void didEvaluateScript();
|
| - bool getEditedScript(const String& url, String* content);
|
|
|
| class CORE_EXPORT Listener : public WillBeGarbageCollectedMixin {
|
| public:
|
| @@ -205,7 +204,6 @@ protected:
|
|
|
| void didContinue() final;
|
| void reset();
|
| - void resetModifiedSources();
|
|
|
| private:
|
| bool checkEnabled(ErrorString*);
|
| @@ -294,7 +292,6 @@ private:
|
| // This field must be destroyed before the listeners set above.
|
| OwnPtrWillBeMember<V8AsyncCallTracker> m_v8AsyncCallTracker;
|
| OwnPtrWillBeMember<PromiseTracker> m_promiseTracker;
|
| - HashMap<String, String> m_editedScripts;
|
|
|
| using AsyncOperationIdToAsyncCallChain = WillBeHeapHashMap<int, RefPtrWillBeMember<AsyncCallChain>>;
|
| AsyncOperationIdToAsyncCallChain m_asyncOperations;
|
|
|