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

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

Issue 2874713002: Move many standalone files from web/ to (core|modules)/exported/. (Closed)
Patch Set: Rebase 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
Index: third_party/WebKit/public/web/WebDOMEvent.h
diff --git a/third_party/WebKit/public/web/WebDOMEvent.h b/third_party/WebKit/public/web/WebDOMEvent.h
index 71ce822e62d6bdad565043e95ebfd2160efd9e48..1813e454a5c25d72a85f4599bb3afb9054123f14 100644
--- a/third_party/WebKit/public/web/WebDOMEvent.h
+++ b/third_party/WebKit/public/web/WebDOMEvent.h
@@ -55,8 +55,8 @@ class WebDOMEvent {
bool IsNull() const { return private_.IsNull(); }
#if BLINK_IMPLEMENTATION
- WebDOMEvent(Event*);
- operator Event*() const;
+ BLINK_EXPORT WebDOMEvent(Event*);
+ BLINK_EXPORT operator Event*() const;
#endif
template <typename T>
« no previous file with comments | « third_party/WebKit/public/web/WebColorSuggestion.h ('k') | third_party/WebKit/public/web/WebDateTimeSuggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698