diff options
Diffstat (limited to 'WebCore/wml/WMLDocument.h')
-rw-r--r-- | WebCore/wml/WMLDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLDocument.h b/WebCore/wml/WMLDocument.h index f2be938..3057d9b 100644 --- a/WebCore/wml/WMLDocument.h +++ b/WebCore/wml/WMLDocument.h @@ -34,7 +34,7 @@ class WMLDocument : public Document { public: static PassRefPtr<WMLDocument> create(Frame* frame, const KURL& url) { - return adoptRef(adoptRef(new WMLDocument(frame, url)))); + return adoptRef(new WMLDocument(frame, url)); } virtual ~WMLDocument(); |