[Webkit-unassigned] [Bug 24759] New: Exceptions in removeStyleClass and enclosingNodeOrSelfWithNodeName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 09:02:42 PDT 2009


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

           Summary: Exceptions in removeStyleClass and
                    enclosingNodeOrSelfWithNodeName
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org


WebCore/inspector/front-end/SourceFrame.js adds method removeStyleClass to 
Element.prototype in content
iframe(http://trac.webkit.org/browser/trunk/WebCore/inspector/front-end/SourceFrame.js#L227).
Though the method calls removeMatchingStyleClasses which is not defined for
Element.

The same problem with Node.prototype.enclosingNodeOrSelfWithNodeName and
Node.prototype.enclosingNodeOrSelfWithNodeNameInArray. 

The problem is repeatable with Chrome and for some reason is not repeatable
with Safari.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list