Index: Source/modules/webdatabase/InspectorDatabaseAgent.h |
diff --git a/Source/modules/webdatabase/InspectorDatabaseAgent.h b/Source/modules/webdatabase/InspectorDatabaseAgent.h |
index b18f28399565fb4db63791c1474676bb9bad6299..f421e749213e136ae31eb9158ae530e87b14577c 100644 |
--- a/Source/modules/webdatabase/InspectorDatabaseAgent.h |
+++ b/Source/modules/webdatabase/InspectorDatabaseAgent.h |
@@ -59,7 +59,7 @@ public: |
virtual void clearFrontend() OVERRIDE; |
virtual void restore() OVERRIDE; |
- void didCommitLoad(LocalFrame*, DocumentLoader*); |
+ virtual void didCommitLoadForMainFrame() OVERRIDE; |
// Called from the front-end. |
virtual void enable(ErrorString*) OVERRIDE; |