You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the parser doesnt support this construction on a field definition. I verified that if I removed this line from the IDL the parser completed normally.
The text was updated successfully, but these errors were encountered:
Adam, I assigned to you on advice from Devon. I am taking over as one of the primary maintainers but he thought you might be able to solve this problem faster than I as I am still coming up to speed.
line 171 of the chrome/media_galleries.idl in the latest version of the library is causing an exception in the parser. The offending snippet is:
dictionary MediaMetadata {
...
[instanceof=Blob] object[] attachedImages;
...
}
It appears the parser doesnt support this construction on a field definition. I verified that if I removed this line from the IDL the parser completed normally.
The text was updated successfully, but these errors were encountered: