.
<rdar://74938249>
Created attachment 421970 [details] Patch v1.0
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Created attachment 421973 [details] Patch v1.0
r273751
Reopening to attach new patch.
Created attachment 422264 [details] Patch
r273906
http://trac.webkit.org/r273917
Comment on attachment 422264 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=422264&action=review > Source/JavaScriptCore/inspector/scripts/codegen/objc_generator.py:399 > + return 'fromProtocolString<%s>((__bridge CFStringRef)%s)' % (self.objc_enum_name_for_non_anonymous_enum(parameter.type), name) This is the one that broke the internal build. Will verify everything works without it then recommit
Created attachment 422324 [details] Patch
http://trac.webkit.org/r273940