TextureMapperGL has BGRA32PremultimpliedBuffer using OwnPtr, not PefPtr. It causes following assertion fail, RefCountedBase::m_deletionHasBegun.
Created attachment 110994 [details] patch
Comment on attachment 110994 [details] patch I understand the problem, but I believe that this is not the right solution. The right solution would be to make it not RefCounted, unless you have reasons otherwise.
Created attachment 111271 [details] patch I agree with you.
Attachment 111271 [details] did not pass style-queue: Failed to run "['Tools/Scripts/update-webkit', '--chromium']" exit_code: 2 Updating OpenSource Current branch master is up to date. Updating chromium port dependencies using gclient... Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Re-trying 'depot_tools/gclient sync' Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Re-trying 'depot_tools/gclient sync' Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Error: 'depot_tools/gclient sync' failed 3 tries and returned 256 at Tools/Scripts/update-webkit-chromium line 107. Re-trying 'depot_tools/gclient sync' No such file or directory at Tools/Scripts/update-webkit line 104. If any of these errors are false positives, please file a bug against check-webkit-style.
I've checked 'check-webkit-style'. Why does Chromium bot fail style test?
(In reply to comment #5) > I've checked 'check-webkit-style'. > Why does Chromium bot fail style test? flaky bots. ignore...
Comment on attachment 111271 [details] patch Clearing flags on attachment: 111271 Committed r97703: <http://trac.webkit.org/changeset/97703>
All reviewed patches have been landed. Closing bug.