[webkit-reviews] review granted: [Bug 20162] Web Inspector does not update the DOM tree when attributes change : [Attachment 46534] Uses the new direct callbacks from WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 19:26:57 PST 2010


Timothy Hatcher <timothy at hatcher.name> has granted Kelly Norton
<knorton at google.com>'s request for review:
Bug 20162: Web Inspector does not update the DOM tree when attributes change
https://bugs.webkit.org/show_bug.cgi?id=20162

Attachment 46534: Uses the new direct callbacks from WebCore
https://bugs.webkit.org/attachment.cgi?id=46534&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +	   var event = { target : node };

This should be: {target: node}


> +    _attributesUpdated : function(event)

There should be no space before the ":".


More information about the webkit-reviews mailing list