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