Add command-line tool for parsing CSS files. b=139943 sr=waterson r=attinasi a=rjesup
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_0_BRANCH@120407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -63,7 +63,7 @@ FileToURI(const char *aFilename)
|
||||
{
|
||||
nsCOMPtr<nsILocalFile> lf(do_CreateInstance(NS_LOCAL_FILE_CONTRACTID));
|
||||
// XXX Handle relative paths somehow.
|
||||
lf->InitWithPath(nsDependentCString(aFilename));
|
||||
lf->InitWithPath(aFilename);
|
||||
|
||||
nsIFileURL *url;
|
||||
CallCreateInstance(kStandardURLCID, &url);
|
||||
|
||||
Reference in New Issue
Block a user