QWebFrame contains : private Q_SLOTS: void orientationChanged(); This does not follow Qt coding conventions where private slots should be in the private implementation of the class. It may block us to do rename of the slots, refactoring or even delete it.
Created attachment 89042 [details] Proposed patch.
Comment on attachment 89042 [details] Proposed patch. Clearing flags on attachment: 89042 Committed r83512: <http://trac.webkit.org/changeset/83512>
All reviewed patches have been landed. Closing bug.
Committed r83579: <http://trac.webkit.org/changeset/83579>