There are two issues with this one in WebKit2 and one in InspectorFrontendAPI.js.
<rdar://problem/20685861>
Created attachment 251555 [details] Patch
Comment on attachment 251555 [details] Patch r=me It would be great to simplify this code a little, some day.
Comment on attachment 251555 [details] Patch Clearing flags on attachment: 251555 Committed r183268: <http://trac.webkit.org/changeset/183268>
All reviewed patches have been landed. Closing bug.
Comment on attachment 251555 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=251555&action=review > Source/WebKit2/WebProcess/WebPage/WebInspectorUI.cpp:259 > + evaluateExpressionOnLoad(makeString("InspectorFrontendAPI.dispatch([\"", command, "\", ", ASCIILiteral(argument ? "true" : "false"), "])")); The ASCIILiteral is not needed here now that we are using makeString(...).