[Webkit-unassigned] [Bug 94987] Add systemTime to DOM events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 25 14:46:12 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94987
--- Comment #41 from Adam Barth <abarth at webkit.org> 2012-10-25 14:47:19 PST ---
(From update of attachment 170659)
View in context: https://bugs.webkit.org/attachment.cgi?id=170659&action=review
> Source/WebCore/page/Settings.h:652
> +#if ENABLE(EVENT_SYSTEM_TIME)
> + void setEventSystemTimeEnabled(bool enabled) {m_eventSystemTimeEnabled = enabled; }
> + bool eventSystemTimeEnabled() const { return m_eventSystemTimeEnabled; }
> +#endif
These changes don't seem to be needed.
--
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