idl_compiler: Remove __getstate__ and __setstate__ from IdlArgument
The pickle protocol uses __dict__ if __getstate__ and __setstate__ aren't defined. Using __dict__ is enough for IdlArgument. BUG=569301 Review-Url: https://codereview.chromium.org/2272283002 Cr-Commit-Position: refs/heads/master@{#414355}
Showing
Please register or sign in to comment