X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2Fpublic%2Fweb%2FWebDocument.h;h=8bdb3d0d8dc48c37d220b8d0e79b1645cf136303;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=d17d428e14288b77ed35da72812484f4391d7458;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/public/web/WebDocument.h b/src/third_party/WebKit/public/web/WebDocument.h index d17d428..8bdb3d0 100644 --- a/src/third_party/WebKit/public/web/WebDocument.h +++ b/src/third_party/WebKit/public/web/WebDocument.h @@ -137,9 +137,9 @@ public: BLINK_EXPORT v8::Handle registerEmbedderCustomElement(const WebString& name, v8::Handle options, WebExceptionCode&); #if BLINK_IMPLEMENTATION - WebDocument(const WTF::PassRefPtr&); - WebDocument& operator=(const WTF::PassRefPtr&); - operator WTF::PassRefPtr() const; + WebDocument(const PassRefPtrWillBeRawPtr&); + WebDocument& operator=(const PassRefPtrWillBeRawPtr&); + operator PassRefPtrWillBeRawPtr() const; #endif };