Bug 103005

Summary: dumpOperands() claims that it needs a non-const Operands& when that is completely false
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch eric.carlson: review+

Filip Pizlo
Reported 2012-11-21 18:37:44 PST
There is some nasty const-casting being done, when it's completely unnecessary. The non-const variant of dumpOperands() should just be removed.
Attachments
the patch (1.68 KB, patch)
2012-11-21 18:41 PST, Filip Pizlo
eric.carlson: review+
Filip Pizlo
Comment 1 2012-11-21 18:41:56 PST
Created attachment 175564 [details] the patch
Filip Pizlo
Comment 2 2012-11-21 19:06:23 PST
Note You need to log in before you can comment on or make changes to this bug.