summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSValueList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSValueList.h')
-rw-r--r--WebCore/css/CSSValueList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/css/CSSValueList.h b/WebCore/css/CSSValueList.h
index b835345..0d5c882 100644
--- a/WebCore/css/CSSValueList.h
+++ b/WebCore/css/CSSValueList.h
@@ -1,6 +1,6 @@
/*
* (C) 1999-2003 Lars Knoll (knoll@kde.org)
- * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -58,7 +58,7 @@ public:
virtual String cssText() const;
- CSSParserValueList* createParserValueList() const;
+ PassOwnPtr<CSSParserValueList> createParserValueList() const;
virtual void addSubresourceStyleURLs(ListHashSet<KURL>&, const CSSStyleSheet*);