[Webkit-unassigned] [Bug 143939] Web Inspector: assertion failure when editing inline styles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 19 17:32:07 PDT 2015


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

--- Comment #3 from tobi+bugzilla at basecode.de ---
Comment on attachment 251139
  --> https://bugs.webkit.org/attachment.cgi?id=251139
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251139&action=review

> Source/WebInspectorUI/UserInterface/Models/CSSStyleSheet.js:-28
> -    constructor(id, url, parentFrame)

This change is not directly related to the bugfix. It turned out that "url" and "parentFrame" are never passed to the constructor.

> Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js:572
> +        if (type === WebInspector.CSSStyleDeclaration.Type.Attribute)

This fixes a linter error.

-- 
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/20150420/a804575a/attachment-0001.html>


More information about the webkit-unassigned mailing list