Bug 56092 - Web Inspector: Invalid expected parameter list in CSSAgent.setSelectorText() callback (CSSStyleModel.js)
Summary: Web Inspector: Invalid expected parameter list in CSSAgent.setSelectorText() ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 04:19 PST by Alexander Pavlov (apavlov)
Modified: 2011-03-10 07:39 PST (History)
10 users (show)

See Also:


Attachments
[PATCH] Suggested fix (1.58 KB, patch)
2011-03-10 05:59 PST, Alexander Pavlov (apavlov)
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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