| Index: Source/core/inspector/InspectorStyleSheet.cpp
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.cpp b/Source/core/inspector/InspectorStyleSheet.cpp
|
| index 4d8546da73a38a0454ee34bcb38af5fc5db9ee19..d1b88da6d32a0b8ea969c988c61ccd1fba4ac916 100644
|
| --- a/Source/core/inspector/InspectorStyleSheet.cpp
|
| +++ b/Source/core/inspector/InspectorStyleSheet.cpp
|
| @@ -508,10 +508,6 @@ InspectorStyle::InspectorStyle(const InspectorCSSId& styleId, PassRefPtr<CSSStyl
|
| ASSERT(m_style);
|
| }
|
|
|
| -InspectorStyle::~InspectorStyle()
|
| -{
|
| -}
|
| -
|
| PassRefPtr<TypeBuilder::CSS::CSSStyle> InspectorStyle::buildObjectForStyle() const
|
| {
|
| RefPtr<TypeBuilder::CSS::CSSStyle> result = styleWithProperties();
|
|
|