Previously, WebPluginContainerImpl would call Document::didAddTouchEventHandler every time the plugin requested to receive touch events. When it's destructed, it only calls didRemoveTouchEventHandler once, leading to an imbalance. The fix here is to only call didAddTouchEventHandler once if touch events are requested.
Created attachment 185568 [details] Patch
Comment on attachment 185568 [details] Patch We have a test plugin in Tools/DumpRenderTree/chromium/TestRunner/src/WebTestPlugin that can hit this API, any chance of a test?
Let me take a look!
Created attachment 185630 [details] Patch
Comment on attachment 185630 [details] Patch Ty.
Comment on attachment 185630 [details] Patch Clearing flags on attachment: 185630 Committed r141357: <http://trac.webkit.org/changeset/141357>
All reviewed patches have been landed. Closing bug.