[Webkit-unassigned] [Bug 45149] [Qt] V8 port for QT platform: QT WebCoreSupport changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 03:56:15 PDT 2010


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


Andreas Kling <andreas.kling at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #66444|review?                     |review-
               Flag|                            |




--- Comment #2 from Andreas Kling <andreas.kling at nokia.com>  2010-09-03 03:56:15 PST ---
(From update of attachment 66444)
> +#if USE(JSC)
>      return JSDOMWindowBase::commonJSGlobalData()->heap.globalObjectCount();
> +#else
> +    // TBD
> +    return 1;
> +#endif

What's the plan for this?

> +#if 0

For disabled code blocks (and workarounds like the above), please include a comment saying why it's disabled (and if applicable, a bug# where we track any dependencies of the disabled code.)

This patch then digresses into style cleanups. While nice, please do that in a separate patch.

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