| Index: Source/WebCore/inspector/InspectorStyleSheet.cpp
|
| ===================================================================
|
| --- Source/WebCore/inspector/InspectorStyleSheet.cpp (revision 137974)
|
| +++ Source/WebCore/inspector/InspectorStyleSheet.cpp (working copy)
|
| @@ -897,7 +897,7 @@
|
|
|
| String sheetText = m_parsedStyleSheet->text();
|
| sheetText.remove(sourceData->ruleHeaderRange.start, sourceData->ruleBodyRange.end - sourceData->ruleHeaderRange.start + 1);
|
| - m_parsedStyleSheet->setText(sheetText);
|
| + setText(sheetText);
|
| fireStyleSheetChanged();
|
| return true;
|
| }
|
|
|