Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLLabelElement.h
index fe1ebd5..69b1ca3 100644 (file)
@@ -31,7 +31,7 @@ namespace WebCore {
 
 class HTMLLabelElement FINAL : public HTMLElement {
 public:
-    static PassRefPtr<HTMLLabelElement> create(Document&);
+    static PassRefPtrWillBeRawPtr<HTMLLabelElement> create(Document&);
 
     LabelableElement* control() const;