Index: Source/core/storage/StorageEvent.cpp |
diff --git a/Source/core/storage/StorageEvent.cpp b/Source/core/storage/StorageEvent.cpp |
index 58e2fca3cea1446eb4ab694b0596a6f46e8a02d7..2809a24ec53ff1ffea86394925b73702872056cc 100644 |
--- a/Source/core/storage/StorageEvent.cpp |
+++ b/Source/core/storage/StorageEvent.cpp |
@@ -101,9 +101,6 @@ const AtomicString& StorageEvent::interfaceName() const |
void StorageEvent::trace(Visitor* visitor) |
{ |
- // FIXME: oilpan: this code is not called as of now since Event is not on |
- // the oilpan heap anymore. We are keeping this code to avoid having to |
- // rewrite it once Event is moved back onto the oilpan heap. |
visitor->trace(m_storageArea); |
Event::trace(visitor); |
} |