[Webkit-unassigned] [Bug 27478] All DOMConstructorObjects should hold a pointer to the JSDOMGlobalObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 19:29:37 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27478





--- Comment #2 from Adam Barth <abarth at webkit.org>  2009-07-20 19:29:36 PDT ---
+ explicit DOMObjectWithGlobalPointer(PassRefPtr<JSC::Structure> structure,
JSDOMGlobalObject* globalObject)

Explicit only makes sense for one-argument constructors.

WebCore/bindings/js/JSMessageChannelConstructor.cpp
+     , m_globalObject(globalObject)

Can't we remove this line now?

Maciej had some suggestions in the channel.  I'll wait for you to address those
comments before reviewing this in more detail.

-- 
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