diff options
Diffstat (limited to 'Source/WebCore/rendering/style/StyleBoxData.cpp')
-rw-r--r-- | Source/WebCore/rendering/style/StyleBoxData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/style/StyleBoxData.cpp b/Source/WebCore/rendering/style/StyleBoxData.cpp index a1187ff36..392708aae 100644 --- a/Source/WebCore/rendering/style/StyleBoxData.cpp +++ b/Source/WebCore/rendering/style/StyleBoxData.cpp @@ -67,7 +67,7 @@ inline StyleBoxData::StyleBoxData(const StyleBoxData& o) { } -PassRef<StyleBoxData> StyleBoxData::copy() const +Ref<StyleBoxData> StyleBoxData::copy() const { return adoptRef(*new StyleBoxData(*this)); } |