From 116d509680730a34bd66b350dbd48818040a1a41 Mon Sep 17 00:00:00 2001 From: "benjamin@smedbergs.us" Date: Fri, 11 Apr 2008 08:18:19 -0700 Subject: [PATCH] Fix camino build bustage. Short answer is "just don't do that", I think. --- rdf/chrome/src/nsChromeRegistry.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rdf/chrome/src/nsChromeRegistry.cpp b/rdf/chrome/src/nsChromeRegistry.cpp index 4281940bbd8..c7e386929d9 100644 --- a/rdf/chrome/src/nsChromeRegistry.cpp +++ b/rdf/chrome/src/nsChromeRegistry.cpp @@ -3126,6 +3126,13 @@ nsChromeRegistry::AllowScriptsForPackage(nsIURI* aChromeURI, PRBool *aResult) return NS_OK; } +NS_IMETHODIMP +nsChromeRegistry::AllowContentToAccess(nsIURI*, PRBool *aResult) +{ + *aResult = PR_FALSE; + return NS_ERROR_NOT_IMPLEMENTED; +} + NS_IMETHODIMP nsChromeRegistry::CheckForNewChrome() {