Index: content/renderer/devtools/devtools_agent.h |
diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h |
index 4213ff192174ae3232d471004afadf381fa4af44..5861e446d04151c62fce6cc44dae6eebab7bc35f 100644 |
--- a/content/renderer/devtools/devtools_agent.h |
+++ b/content/renderer/devtools/devtools_agent.h |
@@ -57,7 +57,6 @@ class DevToolsAgent : public RenderViewObserver, |
createClientMessageLoop() OVERRIDE; |
virtual void willEnterDebugLoop() OVERRIDE; |
virtual void didExitDebugLoop() OVERRIDE; |
- virtual void visitAllocatedObjects(AllocatedObjectVisitor* visitor) OVERRIDE; |
typedef void (*TraceEventCallback)( |
char phase, const unsigned char*, const char* name, unsigned long long id, |