I was able to find the file nsCSSDeclaration.h in the mozilla/content/html/style/src directory, but this appears not to be in the EXPORTS list of the Makefile (though it was in version 1.3.1).
It was removed as part of the patch to bug 201681 (and replaced by nsCSSStruct.h, which is the only part that really needed to be exported, since nothing outside the layout module used nsCSSDeclaration).
May I ask why your app needs nsCSSDeclaration? That's a private data structure of layout that really should not be used by anyone but layout...
-Boris
_______________________________________________ Mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
