Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebDocument.h
index d17d428..8bdb3d0 100644 (file)
@@ -137,9 +137,9 @@ public:
     BLINK_EXPORT v8::Handle<v8::Value> registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode&);
 
 #if BLINK_IMPLEMENTATION
-    WebDocument(const WTF::PassRefPtr<WebCore::Document>&);
-    WebDocument& operator=(const WTF::PassRefPtr<WebCore::Document>&);
-    operator WTF::PassRefPtr<WebCore::Document>() const;
+    WebDocument(const PassRefPtrWillBeRawPtr<WebCore::Document>&);
+    WebDocument& operator=(const PassRefPtrWillBeRawPtr<WebCore::Document>&);
+    operator PassRefPtrWillBeRawPtr<WebCore::Document>() const;
 #endif
 };