[Webkit-unassigned] [Bug 134698] Web Inspector: SearchResultTreeElement.representedObject is missing a saveIdentityToCookie implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 15:31:26 PDT 2014


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





--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2014-07-07 15:31:43 PST ---
Full console log was:
[Error] Error: TreeElement.representedObject is missing a saveIdentityToCookie implementation. TreeElement.constructor: function (representedObject) {
    console.assert(representedObject instanceof WebInspector.DOMSearchMatchObject || representedObject instanceof WebInspector.ResourceSearchMatchObject);

    var title = WebInspector.SearchResultTreeElement.truncateAndHighlightTitle(representedObject.title, representedObject.searchTerm, representedObject.sourceCodeTextRange);

    WebInspector.GeneralTreeElement.call(this, representedObject.className, title, null, representedObject, false);
    this.small = true;
}


Meaning it was WebInspector.SearchResultTreeElement represented object types listed in the above comment.

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