Any comment on how problematic this is? (in the pythonwebkit build)

Parsing ../WebCore/storage/StorageEvent.idl
<argtypes.ObjectArg instance at 0x10063a248>
Could not write getter for Event.timeStamp: DOMTimeStamp*
<argtypes.ObjectArg instance at 0x10063a248>
Traceback (most recent call last):
File "/Users/jvanvoorst/code/pythonwebkit/pywebkitgtk/wkcodegen/codegen.py",
line 579, in write_methods    exception_needed=meth.raises)
File "/Users/jvanvoorst/code/pythonwebkit/pywebkitgtk/wkcodegen/codegen.py",
line 397, in write_function_wrapper    handler =
argtypes.matcher.get(param.ptype)
File "/Users/jvanvoorst/code/pythonwebkit/pywebkitgtk/wkcodegen/argtypes.py",
line 982, in get    raise ArgTypeNotFoundError(ptype)
ArgTypeNotFoundError: DOMObject*declaration of type needed
CustomEvent.initCustomEvent: DOMObject*

Reply via email to