| Index: third_party/WebKit/public/web/WebElement.h
|
| diff --git a/third_party/WebKit/public/web/WebElement.h b/third_party/WebKit/public/web/WebElement.h
|
| index d6f4f42ea096f4ce64fcf7b6ca8a7574871308b0..06f1ed0ff12eeb9739ad72c7f621e2581c4582bb 100644
|
| --- a/third_party/WebKit/public/web/WebElement.h
|
| +++ b/third_party/WebKit/public/web/WebElement.h
|
| @@ -80,9 +80,9 @@ public:
|
| BLINK_EXPORT WebImage imageContents();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebElement(const PassRefPtrWillBeRawPtr<Element>&);
|
| - WebElement& operator=(const PassRefPtrWillBeRawPtr<Element>&);
|
| - operator PassRefPtrWillBeRawPtr<Element>() const;
|
| + BLINK_EXPORT WebElement(const PassRefPtrWillBeRawPtr<Element>&);
|
| + BLINK_EXPORT WebElement& operator=(const PassRefPtrWillBeRawPtr<Element>&);
|
| + BLINK_EXPORT operator PassRefPtrWillBeRawPtr<Element>() const;
|
| #endif
|
| };
|
|
|
|
|