Bug 654797: Remove no-longer-relevant comment about ("classic") MacOS in documentation for nsIURI::Clone. r=bz

This commit is contained in:
Daniel Holbert 2011-05-21 18:12:21 -07:00
parent eb5d5ebaa0
commit fbd90779a4

View File

@ -194,10 +194,7 @@ interface nsIURI : nsISupports
boolean schemeIs(in string scheme);
/**
* Clones the current URI. For some protocols, this is more than just an
* optimization. For example, under MacOS, the spec of a file URL does not
* necessarily uniquely identify a file since two volumes could share the
* same name.
* Clones the current URI.
*/
nsIURI clone();