Index: Source/core/inspector/InspectorProfilerAgent.h |
diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h |
index d2e914865705235cc232b687749c3515838086d7..cc4593cf00eae22c27e842c3a7842961df25e415 100644 |
--- a/Source/core/inspector/InspectorProfilerAgent.h |
+++ b/Source/core/inspector/InspectorProfilerAgent.h |
@@ -69,8 +69,6 @@ public: |
void willProcessTask(); |
void didProcessTask(); |
- void willEnterNestedRunLoop(); |
- void didLeaveNestedRunLoop(); |
private: |
InspectorProfilerAgent(InjectedScriptManager*, InspectorOverlay*); |