You can - and should - call the protected constructor that takes a
ContextFactory argument. Java access modifiers can be really
confusing, which is why everybody loves JavaScript :-)
hannes
Sorry, I hadn't noticed. Good to see Attila has fixed this already.
hannes
Attila.
The thing is, unlike Context, I'm not too familiar with design
decisions of IdScriptableObject, so I wouldn't be comfortable doing
this change myself. I'm fairly certain it would be okay, but I'll need
to read through it first to properly convince myself of this.
Alternatively, another committer can also take a look into it.
Attila.
On Sep 25, 2008, at 4:09 PM, darrel karisch wrote:
> while I have your attention, can you change
> IdScriptableObject::newIdFunction from private to protected?
> http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/0f9f1325088e47d3#
> TIA.