RESOLVED FIXED 56092
Web Inspector: Invalid expected parameter list in CSSAgent.setSelectorText() callback (CSSStyleModel.js)
https://bugs.webkit.org/show_bug.cgi?id=56092
Summary Web Inspector: Invalid expected parameter list in CSSAgent.setSelectorText() ...
Alexander Pavlov (apavlov)
Reported 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.
Attachments
[PATCH] Suggested fix (1.58 KB, patch)
2011-03-10 05:59 PST, Alexander Pavlov (apavlov)
pfeldman: review+
Alexander Pavlov (apavlov)
Comment 1 2011-03-10 05:59:56 PST
Created attachment 85313 [details] [PATCH] Suggested fix
Alexander Pavlov (apavlov)
Comment 2 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
Note You need to log in before you can comment on or make changes to this bug.