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

Unified Diff: third_party/WebKit/public/web/WebSerializedScriptValue.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
Index: third_party/WebKit/public/web/WebSerializedScriptValue.h
diff --git a/third_party/WebKit/public/web/WebSerializedScriptValue.h b/third_party/WebKit/public/web/WebSerializedScriptValue.h
index e5f8a34b56e375b9b1830d674b44a6a25fbda237..02144d6b4f9f3e948961d027c69d08516f70c996 100644
--- a/third_party/WebKit/public/web/WebSerializedScriptValue.h
+++ b/third_party/WebKit/public/web/WebSerializedScriptValue.h
@@ -79,9 +79,10 @@ class WebSerializedScriptValue {
BLINK_EXPORT v8::Local<v8::Value> Deserialize(v8::Isolate*);
#if BLINK_IMPLEMENTATION
- WebSerializedScriptValue(WTF::PassRefPtr<SerializedScriptValue>);
- WebSerializedScriptValue& operator=(WTF::PassRefPtr<SerializedScriptValue>);
- operator WTF::PassRefPtr<SerializedScriptValue>() const;
+ BLINK_EXPORT WebSerializedScriptValue(WTF::PassRefPtr<SerializedScriptValue>);
+ BLINK_EXPORT WebSerializedScriptValue& operator=(
+ WTF::PassRefPtr<SerializedScriptValue>);
+ BLINK_EXPORT operator WTF::PassRefPtr<SerializedScriptValue>() const;
#endif
private:
« third_party/WebKit/public/web/WebRange.h ('K') | « third_party/WebKit/public/web/WebScriptSource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698