* SUMMARY ObjC Types should generate types from the GenericTypes domain, as they are expected elsewhere. For example, Page domain expects GenericTypes.SearchMatch: @protocol RWIProtocolPageDomainHandler <NSObject> - (void)searchInResourceWithErrorCallback:(void(^)(NSString *error))errorCallback successCallback:(void(^)(NSArray/*<RWIProtocolGenericTypesSearchMatch>*/ *result))successCallback...; @end
<rdar://problem/19406637>
Created attachment 244223 [details] [PATCH] Proposed Fix
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`)
Comment on attachment 244223 [details] [PATCH] Proposed Fix Clearing flags on attachment: 244223 Committed r178075: <http://trac.webkit.org/changeset/178075>
All reviewed patches have been landed. Closing bug.