[webkit-reviews] review granted: [Bug 70853] Make MutationObserverEntry a class instead of a struct to fix clang build : [Attachment 112406] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 14:45:52 PDT 2011


Ryosuke Niwa <rniwa at webkit.org> has granted Adam Klein <adamk at chromium.org>'s
request for review:
Bug 70853: Make MutationObserverEntry a class instead of a struct to fix clang
build
https://bugs.webkit.org/show_bug.cgi?id=70853

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=112406&action=review


> Source/WebCore/dom/NodeRareData.h:93
> +class MutationObserverEntry {
> +public:

We should probably make observer and options private if we're making this a
class.


More information about the webkit-reviews mailing list