| Index: Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
|
| index df8578b8404fc554a9fb3e276ea5d29dc6f79a8d..6d07045dc10328d6ed3a90c0391dcc2890dfaf59 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -104,8 +104,6 @@ public:
|
| void didFailXHRLoading(ThreadableLoaderClient*);
|
| void didFinishXHRLoading(ThreadableLoaderClient*, unsigned long identifier, ScriptString sourceString, const String&, const String&, unsigned);
|
| void didReceiveXHRResponse(unsigned long identifier);
|
| - void willLoadXHRSynchronously();
|
| - void didLoadXHRSynchronously();
|
|
|
| void willDestroyResource(Resource*);
|
|
|
| @@ -160,7 +158,6 @@ private:
|
| InspectorFrontend::Network* m_frontend;
|
| String m_userAgentOverride;
|
| OwnPtr<NetworkResourcesData> m_resourcesData;
|
| - bool m_loadingXHRSynchronously;
|
|
|
| typedef HashMap<ThreadableLoaderClient*, RefPtr<XHRReplayData> > PendingXHRReplayDataMap;
|
| PendingXHRReplayDataMap m_pendingXHRReplayData;
|
|
|