Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Unified Diff: Source/core/events/ApplicationCacheErrorEvent.cpp

Issue 216233013: Oilpan: Build fix after r170389 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/ApplicationCacheErrorEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/events/ApplicationCacheErrorEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698