/[blink]
Chromium logo

Revision 185504


Jump to revision: Previous Next
Author: kochi@chromium.org
Date: Tue Nov 18 07:33:40 2014 UTC (8 years, 6 months ago)
Changed paths: 2
Log Message:
Handle case when XSL stylesheet node is removed during load

When a XSL stylesheet node is removed from document while its content
is being loaded, the current code doesn't handle the case to clear the resource,
while when the node is added again the new resource is created again.

This causes reference count (StyleEngine::m_pendingStyleSheets) leakage.

BUG=427249
TEST=minimized clusterfuzz test

Review URL: https://codereview.chromium.org/722093002

Changed paths

Path Details
Directorytrunk/LayoutTests/fast/dom/StyleSheet/detached-style-pi-2.xhtml modified , text changed
Directorytrunk/Source/core/dom/ProcessingInstruction.cpp modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help