Bug 50165 - CSS style rules don't GC protect parents
Summary: CSS style rules don't GC protect parents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 11:10 PST by Alexey Proskuryakov
Modified: 2010-11-29 12:39 PST (History)
0 users

See Also:


Attachments
proposed patch (6.43 KB, patch)
2010-11-29 11:26 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-11-29 11:10:40 PST
Both parentRule nor parentStyleSheet are accessible via JS, so custom properties need to be preserved.
Comment 1 Alexey Proskuryakov 2010-11-29 11:26:26 PST
Created attachment 75043 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2010-11-29 12:39:28 PST
Committed <http://trac.webkit.org/changeset/72819>.