[Webkit-unassigned] [Bug 93912] Implement UndoManager's V8 bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 16:35:28 PDT 2012


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





--- Comment #13 from Adam Barth <abarth at webkit.org>  2012-08-15 16:35:58 PST ---
> > Source/WebCore/bindings/v8/DOMTransaction.cpp:87
> > +    return !function.IsEmpty() && function->IsFunction();
> 
> Nit: I would prefer !(function.IsEmpty() || !function->IsFunction()) for consistency.

Consistency with what?  (I don't mind either way---I'm just curious.)

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