Qt Linux builds complains about the line 933 of CompositeEditCommand.cpp because it uses ternary operator to initialize RefPtr.
Created attachment 53922 [details] replaces the ternary operator by an if statement
Created attachment 53923 [details] added more comments and removed the changes in xcodeproj
Comment on attachment 53923 [details] added more comments and removed the changes in xcodeproj Fantastic!
Comment on attachment 53923 [details] added more comments and removed the changes in xcodeproj Removed from the commit queue since this patch has already been committed.
Landed in http://trac.webkit.org/changeset/57957.
Created attachment 61356 [details] another repro (with automation)
Comment on attachment 61356 [details] another repro (with automation) Oops. posted to a wrong bug.