[Webkit-unassigned] [Bug 127938] Web Inspector: Inspect Element sometimes does not select the right DOM Node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 16 14:05:39 PDT 2014


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





--- Comment #5 from Jono Wells <jonowells at apple.com>  2014-05-16 14:06:02 PST ---
(From update of attachment 231542)
View in context: https://bugs.webkit.org/attachment.cgi?id=231542&action=review

>> Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js:44
>> +    this._restoreAllowed = true;
> 
> _restoreSelectedNodeAllowed?

Would it be:
_isRestoreSelectedNodeAllowed?

Or to make it more of a boolean statement and not a question:
_restoreSelectedNodeIsAllowed?

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