SSIA
Created attachment 241269 [details] Patch
Created attachment 241274 [details] Patch
Comment on attachment 241274 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241274&action=review > Source/WebCore/platform/efl/GamepadsEfl.cpp:122 > + Vector<std::unique_ptr<GamepadDeviceEfl> > m_slots; No need for the space between the two > characters here.
Created attachment 241276 [details] Patch for landing
(In reply to comment #3) > Comment on attachment 241274 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=241274&action=review > > > Source/WebCore/platform/efl/GamepadsEfl.cpp:122 > > + Vector<std::unique_ptr<GamepadDeviceEfl> > m_slots; > > No need for the space between the two > characters here. Ok, removed it.
Comment on attachment 241276 [details] Patch for landing Clearing flags on attachment: 241276 Committed r175800: <http://trac.webkit.org/changeset/175800>
All reviewed patches have been landed. Closing bug.