Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebLabelElement.h
index f1ed851..8efa52d 100644 (file)
@@ -57,9 +57,9 @@ public:
     BLINK_EXPORT WebElement correspondingControl();
 
 #if BLINK_IMPLEMENTATION
-    WebLabelElement(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
-    WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
-    operator WTF::PassRefPtr<WebCore::HTMLLabelElement>() const;
+    WebLabelElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>&);
+    WebLabelElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>&);
+    operator PassRefPtrWillBeRawPtr<WebCore::HTMLLabelElement>() const;
 #endif
 };