| Index: public/web/WebFormControlElement.h
|
| diff --git a/public/web/WebFormControlElement.h b/public/web/WebFormControlElement.h
|
| index e89251759dc6d5f6c909e0f86ad4524d2db91ada..e8862d1d549a95c48a312a61b34cfe6a2e91f534 100644
|
| --- a/public/web/WebFormControlElement.h
|
| +++ b/public/web/WebFormControlElement.h
|
| @@ -116,9 +116,9 @@ public:
|
| BLINK_EXPORT WebFormElement form() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebFormControlElement(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
|
| - WebFormControlElement& operator=(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
|
| - operator WTF::PassRefPtr<WebCore::HTMLFormControlElement>() const;
|
| + WebFormControlElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormControlElement>&);
|
| + WebFormControlElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormControlElement>&);
|
| + operator PassRefPtrWillBeRawPtr<WebCore::HTMLFormControlElement>() const;
|
| #endif
|
| };
|
|
|
|
|