* SUMMARY Update Scripts/update-LegacyInspectorBackendCommands.rb for the new generator * STEPS TO REPRODUCE 1. shell> ./Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb => should work!
<rdar://problem/18037494>
Created attachment 236689 [details] [PATCH] Proposed Fix
Comment on attachment 236689 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=236689&action=review > Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js:76 > +InspectorBackend.registerEnum("Console.ConsoleMessageSource", {HTML: "html", Wml: "wml", XML: "xml", Javascript: "javascript", Network: "network", ConsoleAPI: "console-api", Other: "other"}); Should add WML to the generator.
Err, or we should just remove it. We don't support it anymore right?
Created attachment 236696 [details] [PATCH] Proposed Fix
Comment on attachment 236696 [details] [PATCH] Proposed Fix Clearing flags on attachment: 236696 Committed r172688: <http://trac.webkit.org/changeset/172688>
All reviewed patches have been landed. Closing bug.