mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Bug 1016680, part 3 - DeCOMify nsGenConNode::mText. r=dholbert
This commit is contained in:
parent
4586865399
commit
730ae601c6
@ -1573,7 +1573,7 @@ struct nsGenConInitializer {
|
||||
already_AddRefed<nsIContent>
|
||||
nsCSSFrameConstructor::CreateGenConTextNode(nsFrameConstructorState& aState,
|
||||
const nsString& aString,
|
||||
nsCOMPtr<nsIDOMCharacterData>* aText,
|
||||
nsRefPtr<nsTextNode>* aText,
|
||||
nsGenConInitializer* aInitializer)
|
||||
{
|
||||
nsRefPtr<nsTextNode> content = new nsTextNode(mDocument->NodeInfoManager());
|
||||
|
@ -337,7 +337,7 @@ private:
|
||||
*/
|
||||
already_AddRefed<nsIContent> CreateGenConTextNode(nsFrameConstructorState& aState,
|
||||
const nsString& aString,
|
||||
nsCOMPtr<nsIDOMCharacterData>* aText,
|
||||
nsRefPtr<nsTextNode>* aText,
|
||||
nsGenConInitializer* aInitializer);
|
||||
|
||||
/**
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include "nsIFrame.h"
|
||||
#include "nsStyleStruct.h"
|
||||
#include "prclist.h"
|
||||
#include "nsIDOMCharacterData.h"
|
||||
#include "nsCSSPseudoElements.h"
|
||||
#include "nsTextNode.h"
|
||||
|
||||
class nsGenConList;
|
||||
|
||||
@ -30,7 +30,7 @@ struct nsGenConNode : public PRCList {
|
||||
|
||||
// null for 'content:no-open-quote', 'content:no-close-quote' and for
|
||||
// counter nodes for increments and resets (rather than uses)
|
||||
nsCOMPtr<nsIDOMCharacterData> mText;
|
||||
nsRefPtr<nsTextNode> mText;
|
||||
|
||||
nsGenConNode(int32_t aContentIndex)
|
||||
: mPseudoFrame(nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user