script problem

2011-12-02 Thread philippe
With gecko 1.8 I used the following code nsCOMPtr theGlobalObjectOwner(do_GetInterface(mWebBrowser)); Trace::write(deep_Trace,"WebBrowserChrome::executeScript"); if (theGlobalObjectOwner) { nsIScriptGlobalObject* theGlobalObject; theGlobalObject=theGlobalObjectOwne

include CSSParser

2011-12-02 Thread Benedikt Lesch
Hi, I'm trying to include the mozilla CSSParser in my Programm but I get the following Error "Cannot use internal string classes without MOZILLA_INTERNAL_API defined. Use the frozen header nsStringAPI.h instead" How can I bypass this. Thanks Solidus _