Bug 56092

Summary: Web Inspector: Invalid expected parameter list in CSSAgent.setSelectorText() callback (CSSStyleModel.js)
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Suggested fix pfeldman: review+

Description Alexander Pavlov (apavlov) 2011-03-10 04:19:25 PST
Two return parameters are expected instead of the actual one (WebInspector.CSSStyleModel.setRuleSelector()) due to the latest protocol method changes.
Comment 1 Alexander Pavlov (apavlov) 2011-03-10 05:59:56 PST
Created attachment 85313 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2011-03-10 07:39:42 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       Source/WebCore/ChangeLog
        M       Source/WebCore/inspector/front-end/CSSStyleModel.js
Committed r80719