bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/, r=av, peterl, sr=waterson

git-svn-id: svn://10.0.0.236/trunk@104866 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
loadrunner%betak.net 2001-10-08 23:42:40 +00:00
parent d538d9a510
commit d19be317eb
4 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,7 @@ nsCSSProps.h \
nsHTMLAtomList.h \
nsHTMLAtoms.h \
nsHTMLValue.h \
nsHTMLUtils.h \
nsImageMapUtils.h \
nsLayoutAtomList.h \
nsLayoutAtoms.h \

View File

@ -30,6 +30,7 @@ EXPORTS = \
nsCSSProps.h \
nsHTMLAtomList.h \
nsHTMLAtoms.h \
nsHTMLUtils.h \
nsHTMLValue.h \
nsImageMapUtils.h \
nsLayoutAtomList.h \

View File

@ -47,6 +47,7 @@ CPPSRCS = \
nsCSSKeywords.cpp \
nsCSSProps.cpp \
nsHTMLAtoms.cpp \
nsHTMLUtils.cpp \
nsHTMLValue.cpp \
nsImageMapUtils.cpp \
nsLayoutAtoms.cpp \

View File

@ -46,6 +46,7 @@ CPPSRCS = \
nsCSSKeywords.cpp \
nsCSSProps.cpp \
nsHTMLAtoms.cpp \
nsHTMLUtils.cpp \
nsHTMLValue.cpp \
nsImageMapUtils.cpp \
nsLayoutAtoms.cpp \
@ -62,6 +63,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsCSSKeywords.obj \
.\$(OBJDIR)\nsCSSProps.obj \
.\$(OBJDIR)\nsHTMLAtoms.obj \
.\$(OBJDIR)\nsHTMLUtils.obj \
.\$(OBJDIR)\nsHTMLValue.obj \
.\$(OBJDIR)\nsImageMapUtils.obj \
.\$(OBJDIR)\nsLayoutAtoms.obj \