Status: Assigned Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8518 by [email protected]: Fix TBR hacks generated when fixing red tree http://code.google.com/p/chromium/issues/detail?id=8518 After landing webkit merge, I ran into problem because WebKitClient.h had changed in our tree (http://src.chromium.org/viewvc/chrome? view=rev&revision=11178) Rather than rollback and fall behind with merge monday, I opted to do some TBRs to get things limping along. nsylvain was patient enough to allow me to do this (thanks!). There are now several things that need to be fixed: (1) v8_proxy.cpp -- I commented out ChromiumBridge::initV8CounterFunction(), since the new implementation of initV8CounterFunction() now crashes. http://codereview.chromium.org/40279 (2) webKitClient() is NULL, causing crash in plugin UI tests. I reckon initialize() is never getting called, and the proper fix is to make sure we do. http://codereview.chromium.org/39316 -- 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 -~----------~----~----~----~------~----~------~--~---
