[webkit-reviews] review granted: [Bug 80549] [MutationObservers] Enforce a consistent order of MutationRecord delivery : [Attachment 130713] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 11:17:11 PDT 2012


Ojan Vafai <ojan at chromium.org> has granted Adam Klein <adamk at chromium.org>'s
request for review:
Bug 80549: [MutationObservers] Enforce a consistent order of MutationRecord
delivery
https://bugs.webkit.org/show_bug.cgi?id=80549

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

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=130713&action=review


> Source/WebCore/dom/WebKitMutationObserver.h:98
> +    int m_priority;

Are you at all worried about overflow? At the least, this should probably be
unsigned, no?


More information about the webkit-reviews mailing list