| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index d17d428e14288b77ed35da72812484f4391d7458..8bdb3d0d8dc48c37d220b8d0e79b1645cf136303 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -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
|
| };
|
|
|
|
|