[Webkit-unassigned] [Bug 106668] Web Inspector: Make V8 LiveEdit API disabled by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 10:35:01 PST 2013


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





--- Comment #7 from Adam Barth <abarth at webkit.org>  2013-01-11 10:36:51 PST ---
(From update of attachment 182358)
View in context: https://bugs.webkit.org/attachment.cgi?id=182358&action=review

> Source/WebCore/bindings/v8/V8Initializer.cpp:108
> +// V8 initialization part common for both Document and Worker.

This comment doesn't really add anything.  Perhaps we should remove it?

> Source/WebCore/bindings/v8/V8Initializer.cpp:125
>      v8::V8::IgnoreOutOfMemoryException();

This call looks shared by both Document and worker, perhaps we should move it into initializeV8Common as well.  (There look to be a couple others that we could share as well.)

-- 
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