summaryrefslogtreecommitdiff
path: root/chrome/nsChromeProtocolHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/nsChromeProtocolHandler.cpp')
-rw-r--r--chrome/nsChromeProtocolHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nsChromeProtocolHandler.cpp b/chrome/nsChromeProtocolHandler.cpp
index f66c6d362f..aa72403c2c 100644
--- a/chrome/nsChromeProtocolHandler.cpp
+++ b/chrome/nsChromeProtocolHandler.cpp
@@ -160,7 +160,7 @@ nsChromeProtocolHandler::NewChannel2(nsIURI* aURI,
file->Exists(&exists);
if (!exists) {
nsAutoCString path;
- file->GetNativePath(path);
+ file->GetPersistentDescriptor(path);
printf("Chrome file doesn't exist: %s\n", path.get());
}
}