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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user