Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/Notification.h

Issue 29420561: Noissue - don't inherit JsValue derived from std::enable_shared_from_this (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created April 24, 2017, 8:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/AdblockPlus/FilterEngine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/Notification.h
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h
index de5053f2f02a7a4c8b81c6f7d46b1ac8f7481bf4..e8e3a68dd80c5eb6bd15a973be869253d6ed942e 100644
--- a/include/AdblockPlus/Notification.h
+++ b/include/AdblockPlus/Notification.h
@@ -48,8 +48,7 @@ namespace AdblockPlus
/**
* Wrapper for an Adblock Plus notification object.
*/
- class Notification: public JsValue,
- public std::enable_shared_from_this<Notification>
+ class Notification: public JsValue
{
friend class FilterEngine;
protected:
« no previous file with comments | « include/AdblockPlus/FilterEngine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld