Hello Ryan, > Looks like it should add ENABLE(INSPECTOR) check in > Console::lastWMLErrorMessage() > (/trunk/WebCore/page/Console.cpp) Thanks.
Could you file a bug using this link? http://webkit.org/new-inspector-bug Please include any relevant error messages you're getting, such as a compiler warning if there is a missing ENABLE(INSPECTOR) check. It looks like you're compiling with WML enabled but without INSPECTOR enabled. That would catch this problem! If thats it the case someone will likely jump on this pretty quick. If you want you can assign this to me and I can handle this tomorrow. Better yet, if you'd like to try your hand and contributing a patch that would be great! You can start here: http://webkit.org/coding/contributing.html Thanks! - Joe _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

