Comment #9 on issue 19945 by guss77: Crash while loading DokuWiki editor toolbar http://code.google.com/p/chromium/issues/detail?id=19945
Its a problem in the Dokuwiki code that uses an object named "media", which conflicts with WebCore's internal Media object (hence the weird <A Media> text). My workaround was to edit Dokuwiki's media.js file and rename all references to "media" to "mediam" (or something else appropriate). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
