Fix crash when instantiating a webkit.NetworkRequest object.
commit1f9a74d3da488c67d669eb5c8a6ffe1ef89096c0
authorJan Michael Alonzo <jmalonzo@unpluggable.com>
Sun, 1 Feb 2009 07:01:13 +0000 (1 18:01 +1100)
committerJan Michael Alonzo <jmalonzo@unpluggable.com>
Sun, 1 Feb 2009 07:01:13 +0000 (1 18:01 +1100)
treec5a1431af2b3b6fe26d16c7d5631040c1c39aedf
parentf8fb7ba986ee36ba0e0d21d99d72f25bb4a9cf6e
Fix crash when instantiating a webkit.NetworkRequest object.

https://bugs.launchpad.net/ubuntu/+source/pywebkitgtk/+bug/321910
python crashes when instantiating a webkit.NetworkRequest() object from the python-webkitgtk package

This happens because we assumed that WebKitNetworkRequest has a 'uri'
property which it doesn't and we're wrapping using 'properties'. Switched it
back to using 'parameters' in the .defs file instead.

modified:   webkit/webkit-1.0.2.defs
webkit/webkit-1.0.2.defs