[Webkit-unassigned] [Bug 130119] Web Inspector: OS X View Indication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 01:14:21 PDT 2014


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





--- Comment #3 from Antoine Quint <graouts at webkit.org>  2014-03-12 01:14:43 PST ---
(From update of attachment 226480)
View in context: https://bugs.webkit.org/attachment.cgi?id=226480&action=review

> Source/WebCore/inspector/InspectorOverlayPage.js:648
> +function showPageIndication()
> +{
> +    document.body.classList.add("indicate");
> +}
> +
> +function hidePageIndication()
> +{
> +    document.body.classList.remove("indicate");
> +}
> +

Why not use a property a "showsPageIndication" property here? Is it because it's simpler to call a JS method from C++ code?

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