[Webkit-unassigned] [Bug 110779] WebKit API for enabling DOM logging for certain worlds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 15:12:50 PST 2013


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





--- Comment #12 from James Robinson <jamesr at chromium.org>  2013-02-26 15:15:13 PST ---
(From update of attachment 190180)
View in context: https://bugs.webkit.org/attachment.cgi?id=190180&action=review

> Source/WebCore/bindings/v8/DOMWrapperWorld.cpp:233
> +    // HashMap doesn't support key 0, so we store the log at worldID + 1

You can use key 0 with the appropriate trait - see HashTraits.h.  Looks like you want something like UnsignedWithZeroKeyHashTraits

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