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

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

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
« no previous file with comments | « Source/core/events/TouchEvent.cpp ('k') | Source/core/storage/StorageEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/storage/StorageEvent.h
diff --git a/Source/core/storage/StorageEvent.h b/Source/core/storage/StorageEvent.h
index 90e6492b2a45108ea91f3da1882fe4f45006a46b..5c0509d741058cb89adc1b1db79369e9b0087793 100644
--- a/Source/core/storage/StorageEvent.h
+++ b/Source/core/storage/StorageEvent.h
@@ -1,3 +1,4 @@
+
Mads Ager (chromium) 2014/03/26 06:36:03 Accidental edit?
/*
* Copyright (C) 2008, 2009 Apple Inc. All rights reserved.
*
@@ -76,7 +77,7 @@ private:
String m_oldValue;
String m_newValue;
String m_url;
- RefPtrWillBePersistent<Storage> m_storageArea;
+ RefPtrWillBeMember<Storage> m_storageArea;
};
} // namespace WebCore
« no previous file with comments | « Source/core/events/TouchEvent.cpp ('k') | Source/core/storage/StorageEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698