[webkit-reviews] review granted: [Bug 72035] De-virtualize supportsProfiling, supportsRichSourceInfo, shouldInterruptScript in JSGlobalObject : [Attachment 114538] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 15:44:04 PST 2011


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 72035: De-virtualize supportsProfiling, supportsRichSourceInfo,
shouldInterruptScript in JSGlobalObject
https://bugs.webkit.org/show_bug.cgi?id=72035

Attachment 114538: Patch
https://bugs.webkit.org/attachment.cgi?id=114538&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=114538&action=review


r=me

> Source/WebCore/bindings/js/JSDOMWindowBase.cpp:60
> +    m_globalObjectMethodTable = &s_globalObjectMethodTable;

Initialization syntax is better.


More information about the webkit-reviews mailing list