> There is a addToJavaScriptWindowObject method in QWebFrame, but why there > is no removeFromJavaScriptWindowObject method?
Because you can just delete the object (from C++ side) and/or just evaluate "delete window.foobar", depending on what you want. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
