| Index: public/web/WebFormElement.h
|
| diff --git a/public/web/WebFormElement.h b/public/web/WebFormElement.h
|
| index cc6267e6134e9dc5b83db0120d12fdcaa0bcfbb6..3181e8276938d41ab269a99120e83790df3b2712 100644
|
| --- a/public/web/WebFormElement.h
|
| +++ b/public/web/WebFormElement.h
|
| @@ -81,9 +81,9 @@ namespace blink {
|
| BLINK_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult);
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebFormElement(const WTF::PassRefPtr<WebCore::HTMLFormElement>&);
|
| - WebFormElement& operator=(const WTF::PassRefPtr<WebCore::HTMLFormElement>&);
|
| - operator WTF::PassRefPtr<WebCore::HTMLFormElement>() const;
|
| + WebFormElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>&);
|
| + WebFormElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>&);
|
| + operator PassRefPtrWillBeRawPtr<WebCore::HTMLFormElement>() const;
|
| #endif
|
| };
|
|
|
|
|