[Webkit-unassigned] [Bug 159787] Web Inspector: Uncaught Exception: undefined is not an object (evaluating 'this._selectorSection.update')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 15:14:02 PDT 2016


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

--- Comment #5 from Nikita Vasilyev <nvasilyev at apple.com> ---
For the first exception:

WebInspector.VisualStyleDetailsPanel.prototype.refresh gets called before
WebInspector.VisualStyleDetailsPanel.prototype.initialLayout.


    refresh(significantChange)
    {
        if (significantChange)
            this._selectorSection.update(this._nodeStyles);
        else
            this._updateSections();

        super.refresh();
    }

    // Protected

    initialLayout()
    {
        // Selector Section
        this._selectorSection = new WebInspector.VisualStyleSelectorSection(this);
        ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160714/eee55ac9/attachment.html>


More information about the webkit-unassigned mailing list