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

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

Issue 1756343002: Revert of Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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
};
« 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