зеркало из https://github.com/mozilla/gecko-dev.git
Fixed problem with GetFrameName() being defines in non-debug build
This commit is contained in:
Родитель
30c4fb7805
Коммит
92397272b4
|
@ -128,7 +128,9 @@ class nsFirstLineFrame : public nsInlineFrame {
|
|||
public:
|
||||
friend nsresult NS_NewFirstLineFrame(nsIFrame** aNewFrame);
|
||||
|
||||
#ifdef DEBUG
|
||||
NS_IMETHOD GetFrameName(nsString& aResult) const;
|
||||
#endif
|
||||
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
|
||||
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
|
|
|
@ -128,7 +128,9 @@ class nsFirstLineFrame : public nsInlineFrame {
|
|||
public:
|
||||
friend nsresult NS_NewFirstLineFrame(nsIFrame** aNewFrame);
|
||||
|
||||
#ifdef DEBUG
|
||||
NS_IMETHOD GetFrameName(nsString& aResult) const;
|
||||
#endif
|
||||
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
|
||||
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
|
|
Загрузка…
Ссылка в новой задаче