DescriptionPPAPI idl parser was missing error handler
YACC parser used by PPAPI idl parser needs error function for each keyword to handle error.
Due to missing error function for dictionary object, yacc parser was deleting all data in
the stack including start of the file and when it restarts and reach end of file, since start
of file is missing it goes in endless loop.
R=noelallen@chromium.org,sehr@chromoium.org,nbarth@chromium.org
BUG=320921
TEST=Add new dictionary object in idl file with missing semicolon, compilation will fail.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239965
Patch Set 1 #Patch Set 2 : PPAPI dictionary error handling support #
Messages
Total messages: 11 (0 generated)
|