Bug 12162 - The inheritableProperties array is duplicated
Summary: The inheritableProperties array is duplicated
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 08:54 PST by mitz
Modified: 2007-01-08 12:40 PST (History)
0 users

See Also:


Attachments
Remove one copy of the array (6.63 KB, patch)
2007-01-08 08:57 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-01-08 08:54:29 PST
The inheritableProperties is defined in CSSComputedStyleDeclaration.cpp and in CSSMutableStyleDeclaration.cpp, and changes have to be synced manually.
Comment 1 mitz 2007-01-08 08:57:33 PST
Created attachment 12300 [details]
Remove one copy of the array
Comment 2 Darin Adler 2007-01-08 10:13:17 PST
Comment on attachment 12300 [details]
Remove one copy of the array

r=me -- great change
Comment 3 Sam Weinig 2007-01-08 12:40:28 PST
Landed in r18676.