Index: Source/core/events/ApplicationCacheErrorEvent.cpp |
diff --git a/Source/core/events/ApplicationCacheErrorEvent.cpp b/Source/core/events/ApplicationCacheErrorEvent.cpp |
index 5fca19d40805269d1bf39bd87a4778bdf4357e08..2125f5afa141191f7d912d5dfd89d2e991f1c942 100644 |
--- a/Source/core/events/ApplicationCacheErrorEvent.cpp |
+++ b/Source/core/events/ApplicationCacheErrorEvent.cpp |
@@ -74,4 +74,9 @@ ApplicationCacheErrorEvent::~ApplicationCacheErrorEvent() |
{ |
} |
+void ApplicationCacheErrorEvent::trace(Visitor* visitor) |
+{ |
+ Event::trace(visitor); |
+} |
+ |
} // namespace WebCore |