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

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

Issue 2883793003: Move detached files from web/ to (core/modules)/exported. (Closed)
Patch Set: Created 3 years, 7 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/WebPerformance.h ('k') | third_party/WebKit/public/web/WebScriptSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRange.h
diff --git a/third_party/WebKit/public/web/WebRange.h b/third_party/WebKit/public/web/WebRange.h
index 1233405f2992ee2bc40dcc8b00e8431770b8c9bf..28973f3c6244aa7e22e8818699718c414ce34354 100644
--- a/third_party/WebKit/public/web/WebRange.h
+++ b/third_party/WebKit/public/web/WebRange.h
@@ -55,10 +55,10 @@ class WebRange final {
bool IsEmpty() const { return start_ == end_; }
#if BLINK_IMPLEMENTATION
- WebRange(const EphemeralRange&);
- WebRange(const PlainTextRange&);
+ BLINK_EXPORT WebRange(const EphemeralRange&);
+ BLINK_EXPORT WebRange(const PlainTextRange&);
- EphemeralRange CreateEphemeralRange(LocalFrame*) const;
+ BLINK_EXPORT EphemeralRange CreateEphemeralRange(LocalFrame*) const;
haraken 2017/05/15 04:53:39 I'm just curious but when do we need to add BLINK_
#endif
private:
« no previous file with comments | « third_party/WebKit/public/web/WebPerformance.h ('k') | third_party/WebKit/public/web/WebScriptSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698