Bug 89196
Summary: | Web Inspector: Inspector transport generator produces unnecessary code | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | alph, apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, prybin, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Ilya Tikhonovsky
ErrorString error;
if (!protocolErrors->length()) {
m_profilerAgent->removeProfile(&error, in_type, in_uid);
if (!error.length()) {
}
}
sendResponse(callId, result, String::format("Some arguments of method '%s' can't be processed", "Profiler.removeProfile"), protocolErrors, error);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |