| Index: Source/core/inspector/InspectorStyleSheet.cpp
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.cpp b/Source/core/inspector/InspectorStyleSheet.cpp
|
| index cf27161442fe11466fed6b8785324450116d0c4f..d341945aba18a3bd8c156c62e7c8536525f96db9 100644
|
| --- a/Source/core/inspector/InspectorStyleSheet.cpp
|
| +++ b/Source/core/inspector/InspectorStyleSheet.cpp
|
| @@ -882,7 +882,7 @@ bool InspectorStyleSheetBase::getStyleText(const InspectorCSSId& id, String* tex
|
|
|
| void InspectorStyleSheetBase::onStyleSheetTextChanged()
|
| {
|
| - m_lineEndings = adoptPtrWillBeNoop(new LineEndings());
|
| + m_lineEndings = adoptPtr(new LineEndings());
|
| if (listener())
|
| listener()->styleSheetChanged(this);
|
| }
|
| @@ -1868,4 +1868,3 @@ void InspectorStyleSheetForInlineStyle::trace(Visitor* visitor)
|
| }
|
|
|
| } // namespace blink
|
| -
|
|
|