X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2Fpublic%2Fweb%2FWebElement.h;h=9308da0ad79f95aa555a77169d3f13420c4bdc40;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=3bfd310f39d0a3073243b335ac5a49a8dfa23c4e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/public/web/WebElement.h b/src/third_party/WebKit/public/web/WebElement.h index 3bfd310..9308da0 100644 --- a/src/third_party/WebKit/public/web/WebElement.h +++ b/src/third_party/WebKit/public/web/WebElement.h @@ -89,9 +89,9 @@ struct WebRect; BLINK_EXPORT WebImage imageContents(); #if BLINK_IMPLEMENTATION - WebElement(const WTF::PassRefPtr&); - WebElement& operator=(const WTF::PassRefPtr&); - operator WTF::PassRefPtr() const; + WebElement(const PassRefPtrWillBeRawPtr&); + WebElement& operator=(const PassRefPtrWillBeRawPtr&); + operator PassRefPtrWillBeRawPtr() const; #endif };