[webkit-reviews] review granted: [Bug 136842] Un-inline the Node constructor : [Attachment 238145] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 16:48:28 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 136842: Un-inline the Node constructor
https://bugs.webkit.org/show_bug.cgi?id=136842

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

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=238145&action=review


> Source/WebCore/dom/Node.cpp:295
> +    , m_parentNode(0)
> +    , m_treeScope(&document)
> +    , m_previous(0)
> +    , m_next(0)

Let's take the opportunity to fix 0->nullptr.


More information about the webkit-reviews mailing list