diff --git a/xpfe/browser/resources/content/navigatorDD.js b/xpfe/browser/resources/content/navigatorDD.js index 80bcbbb63ccf..a175969795dc 100644 --- a/xpfe/browser/resources/content/navigatorDD.js +++ b/xpfe/browser/resources/content/navigatorDD.js @@ -22,6 +22,12 @@ * - Ben Goodger */ +//////////////////////////////////////////////////////////////////////////// +// XXX - WARNING - DRAG AND DROP API CHANGE ALERT - XXX +// This file has been extensively modified in a checkin planned for Mozilla +// 0.8, and the API has been modified. DO NOT MODIFY THIS FILE without +// approval from ben@netscape.com, otherwise your changes will be lost. + var gRDFService = nsJSComponentManager.getService("@mozilla.org/rdf/rdf-service;1", "nsIRDFService");