 Issue 5598762307158016:
  Issue 1550 - Get rid of V8ValueHolder.h  (Closed)
    
  
    Issue 5598762307158016:
  Issue 1550 - Get rid of V8ValueHolder.h  (Closed) 
  | Index: src/Notification.cpp | 
| diff --git a/src/Notification.cpp b/src/Notification.cpp | 
| index 89bd10e144379a7fa3503cb0fd57ca352c07eb89..da5ad0f004276d02c5e49929788e454041de2c1d 100644 | 
| --- a/src/Notification.cpp | 
| +++ b/src/Notification.cpp | 
| @@ -57,8 +57,8 @@ namespace | 
| } | 
| } | 
| -Notification::Notification(const JsValuePtr& jsValue) | 
| - : JsValue(jsValue) | 
| +Notification::Notification(JsValue&& jsValue) | 
| + : JsValue(std::move(jsValue)) | 
| { | 
| } |