removing dead comment per dbaron's review

git-svn-id: svn://10.0.0.236/branches/STRING_20040119_BRANCH@152335 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-02-05 02:38:06 +00:00
parent a0f919fea1
commit c41fc04301

View File

@@ -104,9 +104,8 @@ public:
PRPackedBool mLoading; // Are we still waiting for a load to complete?
PRPackedBool mWasPending; // Processed immediately or pending
PRPackedBool mIsInline; // Is the script inline or loaded?
// nsSharableString mScriptText; // Holds script for loaded scripts
nsString mScriptText;
const char* mJSVersion; // We don't own this string
nsString mScriptText; // Holds script for loaded scripts
const char* mJSVersion; // We don't own this string
nsCOMPtr<nsIURI> mURI;
PRInt32 mLineNo;
};