[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 12:56:26 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=16401
--- Comment #235 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> 2009-07-15 12:56:23 PDT ---
another one, this time from JavaScriptCallFrame.idl:
readonly attribute [CustomGetter] DOMString type;
removing the code that checks for (and thus allows) CustomGetters,
CustomSetters and Custom properties, results in:
DerivedSources/gdom/GdomJavaScriptCallFrame.cpp:211: error: no matching
function for call to ‘GStringConvert(JSC::DebuggerCallFrame::Type)’
why? because this is, in javascript-land, a _custom_ function that performs
conversion from JSC::DebuggerCallFrame::Type to string.
so, on a case-by-case basis, various properties get skipped like this,
and i'm just going through them now.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list