Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
This commit is contained in:
@@ -160,7 +160,7 @@ protected:
|
||||
RefPtr<nsGenericHTMLElement> mBody;
|
||||
RefPtr<nsGenericHTMLElement> mHead;
|
||||
|
||||
nsAutoTArray<SinkContext*, 8> mContextStack;
|
||||
AutoTArray<SinkContext*, 8> mContextStack;
|
||||
SinkContext* mCurrentContext;
|
||||
SinkContext* mHeadContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user