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

Unified Diff: Source/core/events/PopStateEvent.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
Index: Source/core/events/PopStateEvent.h
diff --git a/Source/core/events/PopStateEvent.h b/Source/core/events/PopStateEvent.h
index 6492ffd3f79e87a9187398c3b769a8d3445ffe13..b222df9b83efd466052e08713d23ab27247efd2f 100644
--- a/Source/core/events/PopStateEvent.h
+++ b/Source/core/events/PopStateEvent.h
@@ -62,7 +62,7 @@ private:
PopStateEvent(PassRefPtr<SerializedScriptValue>, PassRefPtrWillBeRawPtr<History>);
RefPtr<SerializedScriptValue> m_serializedState;
- RefPtrWillBePersistent<History> m_history;
+ RefPtrWillBeMember<History> m_history;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698