[Tool][Generator] fix to missing raises keyword name
authorRyszard Matuszyk <r.matuszyk@samsung.com>
Thu, 29 Jan 2015 08:21:05 +0000 (09:21 +0100)
committerRyszard Matuszyk <r.matuszyk@samsung.com>
Thu, 29 Jan 2015 08:22:59 +0000 (17:22 +0900)
[Verification] generate application plugin

Change-Id: I94b2616ae05819934e26a0f94e81b3fa1ebcf9d7
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
tools/skeleton_generator/WebIDL.py

index 9146d45..91ea019 100644 (file)
@@ -680,7 +680,7 @@ class Parser:
             pass
 
     def p_Attribute(self, p):
-        'Attribute : Inherit ReadOnly attribute Type identifier GetRaises SetRaises ";"'
+        'Attribute : Inherit ReadOnly attribute Type identifier GetRaises SetRaises Raises ";"'
         p[0] = XAttribute(p[5], p[4], p[1], p[2])
 
     def p_Inherit(self, p):