mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Don't bloat nsCSSTable for members that only need to exist in nsRuleDataTable. (Bug 636039, patch 3) r=bzbarsky
This commit is contained in:
parent
982559da8c
commit
f9e49f5a38
@ -346,14 +346,14 @@ struct nsCSSTable : public nsCSSStruct { // NEW
|
||||
nsCSSValue mEmptyCells;
|
||||
|
||||
nsCSSValue mLayout;
|
||||
nsCSSValue mSpan; // Not mappable via CSS, only using HTML4 table attrs.
|
||||
nsCSSValue mCols; // Not mappable via CSS, only using HTML4 table attrs.
|
||||
private:
|
||||
nsCSSTable(const nsCSSTable& aOther); // NOT IMPLEMENTED
|
||||
};
|
||||
|
||||
struct nsRuleDataTable : public nsCSSTable {
|
||||
nsRuleDataTable() {}
|
||||
nsCSSValue mSpan; // Not mappable via CSS, only using HTML4 table attrs.
|
||||
nsCSSValue mCols; // Not mappable via CSS, only using HTML4 table attrs.
|
||||
private:
|
||||
nsRuleDataTable(const nsRuleDataTable& aOther); // NOT IMPLEMENTED
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user