OS/2 bustage - don't need these .gets

git-svn-id: svn://10.0.0.236/trunk@128246 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-08-27 12:39:30 +00:00
parent 02f09f475e
commit 6c6859c6d0

View File

@@ -2295,8 +2295,8 @@ nsNativeAppSupportOS2::StartServerMode() {
// arg1 is the url to load.
// arg2 is the string that tells navigator.js to auto-close.
arg1->SetData( NS_LITERAL_STRING( "about:blank" ).get() );
arg2->SetData( NS_LITERAL_STRING( "turbo=yes" ).get() );
arg1->SetData( NS_LITERAL_STRING( "about:blank" ) );
arg2->SetData( NS_LITERAL_STRING( "turbo=yes" ) );
// Put args into array.
if ( NS_FAILED( argArray->AppendElement( arg1 ) ) ||