Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1336)

Unified Diff: third_party/WebKit/public/web/WebElement.h

Issue 1676083002: Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Win dbg non-oilpan fix: make TextFinder non-copyable Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebDocument.h ('k') | third_party/WebKit/public/web/WebHistoryItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « third_party/WebKit/public/web/WebDocument.h ('k') | third_party/WebKit/public/web/WebHistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698