[Webkit-unassigned] [Bug 105337] Expose mutation observers to chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 14:32:26 PST 2013


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





--- Comment #20 from Adam Barth <abarth at webkit.org>  2013-01-14 14:34:12 PST ---
(From update of attachment 180057)
View in context: https://bugs.webkit.org/attachment.cgi?id=180057&action=review

> Source/WebKit/chromium/src/WebMutationObserver.cpp:59
> +    v8::Persistent<v8::Context> context = v8::Context::New();

You shouldn't need to call v8::Context::New.  This isn't the right approach.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list