Currently all types in InspectorTypeBuilder accept raw InspectorObject or String instead of dedicated struct type and enum type correspondingly. Disable this and change client C++ code accordingly.
Created attachment 135935 [details] Patch
Comment on attachment 135935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135935&action=review > Source/WebCore/ChangeLog:3 > + Web Inspector: CodeGeneratorInspector.py: stop accept raw InspectorObject in generated setters stop accepting ? > Source/WebCore/ChangeLog:10 > + All client code is switched from InspectorObject's and String's to generated types where Whole / entire ?
Committed r113438: <http://trac.webkit.org/changeset/113438>