fix for hp bustage. the last entry in enum can't have a ','
git-svn-id: svn://10.0.0.236/trunk@73057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
26ec507dd2
commit
b2fb06a133
@ -98,7 +98,7 @@ class nsIArena;
|
||||
// for PostAttributeChanged
|
||||
enum nsAttributeChangeType {
|
||||
eChangeType_Set = 0, // Set attribute
|
||||
eChangeType_Remove = 1, // Remove attribute
|
||||
eChangeType_Remove = 1 // Remove attribute
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@ -98,7 +98,7 @@ class nsIArena;
|
||||
// for PostAttributeChanged
|
||||
enum nsAttributeChangeType {
|
||||
eChangeType_Set = 0, // Set attribute
|
||||
eChangeType_Remove = 1, // Remove attribute
|
||||
eChangeType_Remove = 1 // Remove attribute
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user