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

Unified Diff: Source/core/storage/StorageEvent.cpp

Issue 208743011: Oilpan: Change persistent handles in the Event hierarchy to members (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
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);
}

Powered by Google App Engine
This is Rietveld 408576698