LCOV - code coverage report | |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
![]() |
Line data Source code 1 : #ifndef handler_service_child_h 2 : #define handler_service_child_h 3 : 4 : #include "mozilla/dom/PHandlerServiceChild.h" 5 : 6 : class HandlerServiceChild final : public mozilla::dom::PHandlerServiceChild 7 : { 8 : public: 9 0 : NS_INLINE_DECL_REFCOUNTING(HandlerServiceChild) 10 0 : HandlerServiceChild() {} 11 : private: 12 0 : virtual ~HandlerServiceChild() {} 13 : }; 14 : 15 : #endif |
![]() |
Generated by: LCOV version 1.13 |