diff options
Diffstat (limited to 'Source/WebCore/rendering/style/StyleBackgroundData.h')
| -rw-r--r-- | Source/WebCore/rendering/style/StyleBackgroundData.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/style/StyleBackgroundData.h b/Source/WebCore/rendering/style/StyleBackgroundData.h index 2e1b69820..b2996dcd8 100644 --- a/Source/WebCore/rendering/style/StyleBackgroundData.h +++ b/Source/WebCore/rendering/style/StyleBackgroundData.h @@ -35,8 +35,8 @@ namespace WebCore { class StyleBackgroundData : public RefCounted<StyleBackgroundData> { public: - static Ref<StyleBackgroundData> create() { return adoptRef(*new StyleBackgroundData); } - Ref<StyleBackgroundData> copy() const; + static PassRef<StyleBackgroundData> create() { return adoptRef(*new StyleBackgroundData); } + PassRef<StyleBackgroundData> copy() const; ~StyleBackgroundData() { } bool operator==(const StyleBackgroundData& o) const; |
