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

Unified Diff: Source/core/frame/SmartClip.cpp

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors Created 6 years, 3 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/frame/SmartClip.cpp
diff --git a/Source/core/frame/SmartClip.cpp b/Source/core/frame/SmartClip.cpp
index 3cc2c708f4f4ecbb8a09643c935f4d89d6a2c2eb..3a735ffe753d96e44c7da4696ac33e78874bd6b7 100644
--- a/Source/core/frame/SmartClip.cpp
+++ b/Source/core/frame/SmartClip.cpp
@@ -71,7 +71,7 @@ const String& SmartClipData::clipData() const
return m_string;
}
-SmartClip::SmartClip(PassRefPtr<LocalFrame> frame)
+SmartClip::SmartClip(PassRefPtrWillBeRawPtr<LocalFrame> frame)
: m_frame(frame)
{
}

Powered by Google App Engine
This is Rietveld 408576698