Tomer

Results 1 issues of Tomer

![image](https://user-images.githubusercontent.com/11458759/132368165-4b19a5a4-7ceb-49a8-b10b-2a245bfdc9a5.png) Above methods should actually be `CompositorFrameSinkClient.OnBeginFrame` and `CompositorFrameSink.SubmitCompositorFrame`. Apparently it's happening because now clang may group similar globals together in the same file: ![image](https://user-images.githubusercontent.com/11458759/132369018-ca756ae0-5531-40d8-8410-27c90992d71b.png) which breaks the way [MojoMethodHashesExtractor](https://github.com/tomer8007/chromium-ipc-sniffer/blob/2e715f1971f80cb54240784f5a21626a11f7570b/Chrome%20IPC%20Sniffer/Chrome/MojoMethodHashesExtractor.cs#L12)...

bug