[Webkit-unassigned] [Bug 126018] Web Inspector: Uncaught Exception: NavigationSidebarPanel.js: ERROR: TypeError: undefined is not a function (evaluating 'representedObject.saveIdentityToCookie(candidateObjectCookie)')
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 19 14:25:03 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126018
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> 2013-12-19 14:23:08 PST ---
Yes.
All new WebInspector.FolderTreeElement's are passed a representedObject of null or undefined. Eventually in TreeElement, that becomes just an empty object:
this.representedObject = (representedObject || {});
Which is what I'm seeing here.
--
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