gcc warning: ../../../WebCore/inspector/InspectorDebuggerAgent.cpp:132: warning: suggest parentheses around assignment used as truth value This warning introduced in http://trac.webkit.org/changeset/64846 .
Created attachment 63852 [details] proposed fix
Comment on attachment 63852 [details] proposed fix You can either do it this way, or make perform the assignment before the if statement (which I personally would had done.). Either way is fine with me.
Comment on attachment 63852 [details] proposed fix Clearing flags on attachment: 63852 Committed r64964: <http://trac.webkit.org/changeset/64964>
All reviewed patches have been landed. Closing bug.