| Index: Source/WebCore/inspector/InspectorInstrumentation.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/inspector/InspectorInstrumentation.cpp	(revision 96037)
 | 
| +++ Source/WebCore/inspector/InspectorInstrumentation.cpp	(working copy)
 | 
| @@ -640,12 +640,6 @@
 | 
|          pageAgent->frameNavigated(loader);
 | 
|  }
 | 
|  
 | 
| -void InspectorInstrumentation::frameDestroyedImpl(InstrumentingAgents* instrumentingAgents, Frame* frame)
 | 
| -{
 | 
| -    if (InspectorPageAgent* inspectorPageAgent = instrumentingAgents->inspectorPageAgent())
 | 
| -        inspectorPageAgent->frameDestroyed(frame);
 | 
| -}
 | 
| -
 | 
|  void InspectorInstrumentation::loaderDetachedFromFrameImpl(InstrumentingAgents* instrumentingAgents, DocumentLoader* loader)
 | 
|  {
 | 
|      if (InspectorPageAgent* inspectorPageAgent = instrumentingAgents->inspectorPageAgent())
 | 
| 
 |