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

Unified Diff: public/web/WebSerializedScriptValue.h

Issue 993893002: Add the data attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: public/web/WebSerializedScriptValue.h
diff --git a/public/web/WebSerializedScriptValue.h b/public/web/WebSerializedScriptValue.h
index a5719d66e4b8376ce3ec884cd8aad070f9e8dee9..709619113f446dd7b3cb92793535c1db4ee64f7d 100644
--- a/public/web/WebSerializedScriptValue.h
+++ b/public/web/WebSerializedScriptValue.h
@@ -77,6 +77,7 @@ public:
#if BLINK_IMPLEMENTATION
WebSerializedScriptValue(const WTF::PassRefPtr<SerializedScriptValue>&);
+ WebSerializedScriptValue(SerializedScriptValue*);
WebSerializedScriptValue& operator=(const WTF::PassRefPtr<SerializedScriptValue>&);
operator WTF::PassRefPtr<SerializedScriptValue>() const;
#endif

Powered by Google App Engine
This is Rietveld 408576698