Index: trunk/Source/core/inspector/InspectorController.h |
=================================================================== |
--- trunk/Source/core/inspector/InspectorController.h (revision 169387) |
+++ trunk/Source/core/inspector/InspectorController.h (working copy) |
@@ -121,7 +121,6 @@ |
void willProcessTask(); |
void didProcessTask(); |
- void flushPendingFrontendMessages(); |
void didCommitLoadForMainFrame(); |
void didBeginFrame(int frameId); |
@@ -135,8 +134,6 @@ |
void willAddPageOverlay(const GraphicsLayer*); |
void didRemovePageOverlay(const GraphicsLayer*); |
- |
- |
private: |
InspectorController(Page*, InspectorClient*); |