Index: third_party/WebKit/Source/modules/notifications/NotificationData.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationData.cpp b/third_party/WebKit/Source/modules/notifications/NotificationData.cpp |
index 6d073826575cbe73ca1e9d091c2488e8ab40acf4..d1ebe35a94aa405a2cf79e086ae29799373d22bc 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationData.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationData.cpp |
@@ -87,7 +87,7 @@ WebNotificationData CreateWebNotificationData( |
v8::Isolate* isolate = data.GetIsolate(); |
DCHECK(isolate->InContext()); |
SerializedScriptValue::SerializeOptions options; |
- options.for_storage = true; |
+ options.for_storage = SerializedScriptValue::kForStorage; |
RefPtr<SerializedScriptValue> serialized_script_value = |
SerializedScriptValue::Serialize(isolate, data.V8Value(), options, |
exception_state); |