Merge pull request #3261 from thomasvl/super_oddcase

If we fail to get a descriptor just super the method resolving.
This commit is contained in:
Thomas Van Lenten 2017-06-22 10:34:10 -04:00 committed by GitHub
commit eca0f4ee91

View file

@ -3077,7 +3077,7 @@ static void ResolveIvarSet(GPBFieldDescriptor *field,
+ (BOOL)resolveInstanceMethod:(SEL)sel {
const GPBDescriptor *descriptor = [self descriptor];
if (!descriptor) {
return NO;
return [super resolveInstanceMethod:sel];
}
// NOTE: hasOrCountSel_/setHasSel_ will be NULL if the field for the given