summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/style/StyleSurroundData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/style/StyleSurroundData.cpp')
-rw-r--r--Source/WebCore/rendering/style/StyleSurroundData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/style/StyleSurroundData.cpp b/Source/WebCore/rendering/style/StyleSurroundData.cpp
index 766a70f46..5c9bbdbec 100644
--- a/Source/WebCore/rendering/style/StyleSurroundData.cpp
+++ b/Source/WebCore/rendering/style/StyleSurroundData.cpp
@@ -39,7 +39,7 @@ inline StyleSurroundData::StyleSurroundData(const StyleSurroundData& o)
{
}
-PassRef<StyleSurroundData> StyleSurroundData::copy() const
+Ref<StyleSurroundData> StyleSurroundData::copy() const
{
return adoptRef(*new StyleSurroundData(*this));
}