Bug 132303

Summary: Fix a failure with python3
Product: WebKit Reporter: Jerome Leclanche <jerome>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jerome Leclanche 2014-04-28 14:33:59 PDT
Created attachment 230323 [details]
Patch

Same logic as with bug 106645. Please forgive the non-svn diff, I'm on a terrible connection at the moment and unable to download the full webkit sources.

Fixes the following failure:

  File ".../JavaScriptCore/disassembler/udis86/itab.py", line 347, in genItab
    self.genItabH()
  File ".../JavaScriptCore/disassembler/udis86/itab.py", line 318, in genItabH
    operands.sort()
AttributeError: 'dict_keys' object has no attribute 'sort'
Makefile.JavaScriptCore.DerivedSources:730: recipe for target 'generated/udis86_itab.c' failed
make[2]: *** [generated/udis86_itab.c] Error 1
Comment 1 Jerome Leclanche 2014-04-28 14:44:24 PDT
This could actually just be updated against upstream, by the way.

https://github.com/vmt/udis86/blob/master/scripts/ud_itab.py
Comment 2 WebKit Commit Bot 2014-04-28 14:51:13 PDT
Attachment 230323 [details] did not pass style-queue:


Total errors found: 0 in 0 files


If any of these errors are false positives, please file a bug against check-webkit-style.