[webkit-reviews] review granted: [Bug 105810] [Mutation Observers] prevent delivery while recipient context is suspended : [Attachment 181210] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 13:51:27 PST 2013


Adam Barth <abarth at webkit.org> has granted Rafael Weinstein
<rafaelw at chromium.org>'s request for review:
Bug 105810: [Mutation Observers] prevent delivery while recipient context is
suspended
https://bugs.webkit.org/show_bug.cgi?id=105810

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=181210&action=review


> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:2833
> +    push(@headerContent, "	 virtual ScriptExecutionContext*
scriptExecutionContext() const { return
ContextDestructionObserver::scriptExecutionContext(); }\n\n");

Can't we just write:

"using ContextDestructionObserver::scriptExecutionContext;" ?


More information about the webkit-reviews mailing list