More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.

git-svn-id: svn://10.0.0.236/trunk@36581 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-06-23 19:55:21 +00:00
parent cf42252f89
commit 2f522c1be0
22 changed files with 880 additions and 462 deletions

View File

@@ -87,7 +87,7 @@ public:
GetParameter(const char* name, const char* *result) = 0;
NS_IMETHOD
GetDocumentBase(const char* *result) = 0;
GetDocumentBase(char* *result) = 0;
// Return an encoding whose name is specified in:
// http://java.sun.com/products/jdk/1.1/docs/guide/intl/intl.doc.html#25303